/* ============================================================
   Auth Module Styles
   Prefix: auth-
   Minimal — mostly uses global hom- components
   ============================================================ */

.auth-divider {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin: var(--space-lg) 0;
    color: var(--color-text-tertiary);
    font-size: var(--text-caption);
}

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