.social-auth-card {
    border: 1px solid var(--border, #dbe3ef);
    border-radius: 18px;
    padding: 18px;
    background: #f8fbff;
    margin-bottom: 18px;
}

.social-auth-intro {
    margin-bottom: 14px;
}

.social-auth-intro p,
.social-auth-legal {
    margin: 6px 0 0;
    color: #516173;
    font-size: 14px;
    line-height: 1.5;
}

.social-auth-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-google-wrap > div {
    width: 100% !important;
}

.auth-divider {
    position: relative;
    margin: 20px 0;
    text-align: center;
}

.auth-divider::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid var(--border, #dbe3ef);
}

.auth-divider span {
    position: relative;
    background: #fff;
    padding: 0 12px;
    color: #6b7280;
    font-size: 13px;
}

.social-auth-feedback {
    min-height: 22px;
    margin-top: 12px;
    font-size: 14px;
    color: #334155;
}

.social-auth-feedback.error {
    color: #c62828;
}

.social-auth-feedback.success {
    color: #117a37;
}

.acquisition-banner {
    margin: 0 0 18px;
    border: 1px solid #cfe0ff;
    border-radius: 18px;
    padding: 16px 18px;
    background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}

.acquisition-banner strong {
    display: block;
    margin-bottom: 6px;
    color: #123d7a;
}

.acquisition-banner p {
    margin: 0;
    color: #4f6177;
    line-height: 1.55;
}

[data-social-auth-root][hidden] {
    display: none !important;
}

@media (max-width: 640px) {
    .social-google-wrap iframe,
    .social-google-wrap div[role="button"] {
        width: 100% !important;
    }
}
