/* ─────────────────────────────────────────────────────────────────
   21-revslider.css — RevSlider-specific overrides (Layer 2b)

   Migrated 2026-04-26 from theme_mods_consulting['custom_css']:
   - min-height for #rev_slider_1_1_wrapper at desktop + mobile breakpoints

   Loaded with priority 20 in wp_enqueue_scripts after parent theme styles.
   Uses existing element ID — RevSlider regenerates these IDs on slider
   recreation, so if a future RevSlider update breaks rendering, update
   this file with the new wrapper ID rather than re-adding to theme_mods.
   ───────────────────────────────────────────────────────────────── */

@media screen and (min-width: 981px) {
    #rev_slider_1_1_wrapper {
        min-height: 752px !important;
    }
}

@media screen and (max-width: 600px) {
    #rev_slider_1_1_wrapper {
        min-height: 375px !important;
    }
}
