/**
 * ============================================================================
 * MEDSPA BELLA APP-LEVEL UTILITIES
 * ============================================================================
 *
 * DSC-10-07: Utility classes extracted from medspabella-theme.css so that
 * component-specific utilities are separate from brand theming concerns.
 *
 * Load this file AFTER medspabellaclearwater-theme.css in each page template.
 * ============================================================================
 */

/* VIS-I19/RES-I-019: Responsive director photo sizing */
.director-photo {
    max-width: min(250px, 100%);
}

/* DES-I25/RES-I-030: Step number circles for process steps */
.step-number-circle {
    height: 60px;
    width: 60px;
}

/* Content formatting utilities */
.text-pre-wrap {
    white-space: pre-wrap;
}
