/* resend_activation.css */
.resend-activation-card {
    max-width: 420px;
    margin: 3.8em auto 2.3em auto;
    padding: 2.4em 2em 1.9em 2em;
    position: relative;
}
.resend-footer {
    background: linear-gradient(100deg, rgba(24,145,195,0.08), rgba(182,239,255,0.10));
    border-radius: 0.7em;
    padding: 1.05em 1.1em;
    color: var(--ocean-main, #1891c3);
    font-size: 1.04em;
    font-weight: 500;
    box-shadow: 0 1px 8px 0 rgba(24,145,195,0.06);
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7em;
}
.resend-footer i {
    color: #48b065;
    font-size: 1.11em;
    margin-bottom: 0.14em;
}
@media (max-width:600px) {
    .resend-activation-card { max-width: 98vw; padding: 1.3em 0.3em 1em 0.3em;}
    .resend-footer { font-size: 0.97em; }
}
