.auth-social-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 22px 0;
    color: #8a877f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-social-divider::before,
.auth-social-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(26, 26, 23, 0.11);
}

.auth-google-button {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid rgba(26, 26, 23, 0.15);
    border-radius: 12px;
    background: #ffffff;
    color: #24241f;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.auth-google-button:hover {
    transform: translateY(-1px);
    border-color: rgba(217, 104, 18, 0.35);
    color: #24241f;
    box-shadow: 0 8px 20px rgba(26, 26, 23, 0.07);
}

.auth-google-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(26, 26, 23, 0.12);
    font-size: 0.78rem;
    font-weight: 900;
}

.auth-required-note {
    margin: 0 0 22px;
    padding: 14px 16px;
    border: 1px solid rgba(217, 104, 18, 0.18);
    border-radius: 12px;
    background: rgba(217, 104, 18, 0.07);
    color: #5f5b54;
    font-size: 0.86rem;
    line-height: 1.55;
}
