.aeatc-wrap { margin:20px 0; }
.aeatc-title { font-size:18px; font-weight:700; margin-bottom:10px; color:#111827; }
.aeatc-btns { display:flex; gap:16px; flex-wrap:wrap; }

.aeatc-btn {
  display:flex; align-items:center; justify-content:center;
  padding:16px 26px;
  border-radius:16px;
  text-decoration:none;
  color:#fff;
  transition:all .25s ease;
  font-size:22px;
}

.aeatc-google { background:#EA4335; }
.aeatc-google:hover { background:#d33628; }

.aeatc-outlook { background:#0F6CBD; }
.aeatc-outlook:hover { background:#0b58a3; }

.aeatc-apple { background:#111; }
.aeatc-apple:hover { background:#333; }

@media (max-width:640px){
  .aeatc-btn { flex:1; padding:14px 0; font-size:20px; }
}
