/* Shared Google Identity auth button styles */

.google-auth-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.google-auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.google-auth-divider::before,
.google-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(0, 191, 255, 0.2);
}

.google-auth-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.google-auth-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 44px;
}

.google-auth-btn-wrap .g_id_signin,
.google-auth-btn-wrap > div {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
}

.google-auth-hint {
    margin: 0;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5);
}

.google-auth-badge-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    font-weight: 500;
}

.google-auth-badge-row svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Register wizard variant */
.wizard-google-auth {
    margin: 1rem 0 0.25rem;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 191, 255, 0.18);
    background: rgba(8, 14, 32, 0.55);
}

.wizard-google-auth .google-auth-divider {
    margin: 0 0 12px;
}

.admin-google-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(66, 133, 244, 0.15);
    border: 1px solid rgba(66, 133, 244, 0.35);
    color: #8ab4f8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    vertical-align: middle;
}

.admin-google-badge svg {
    width: 12px;
    height: 12px;
}
