/**
 * Orthodontist Page - CSS Overrides
 * Inherits all styles from offer.css
 * Only add ortho-specific customizations here
 */

/* Ortho insight cards - icon + text horizontal layout */
.offer-ortho-why .ortho-insight-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.offer-ortho-why .ortho-insight-icon {
    flex-shrink: 0;
}
