/**
 * Elementor Overrides
 * Only when Elementor's defaults are problematic
 */

/* Ensure touch targets are accessible (if Elementor buttons are too small) */
.elementor-button {
    min-height: 48px;
    min-width: 48px;
}

/* Prevent iOS zoom on form inputs */
.elementor-field-group input,
.elementor-field-group textarea,
.elementor-field-group select {
    font-size: 16px;
}