/* Pagini autentificare / inregistrare */

.auth-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
    color: var(--text-muted);
    font-size: 0.875rem;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    color: #1f1f1f;
    border: 1px solid var(--border);
    font-weight: 600;
}

.btn-google:hover {
    background: #f8f8f8;
    color: #1f1f1f;
    border-color: #dadce0;
}

.btn-google-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.auth-google-note {
    margin-top: 12px;
    text-align: center;
    font-size: 0.8125rem;
    color: var(--text-muted);
}
