/* Promotions page (/promotions/) — page-specific overrides.
   Enqueued only on this page via functions.php is_page('promotions'). */

/* The "Other Hotel Deals" slider follows a short text section, so its default
   3em top padding reads as a large empty gap. Tighten just this block's top. */
section.ekr-discounts {
    padding-top: 0;
}

section.ekr-discounts .discount-header {
    padding-top: 0;
}

section.ekr-discounts .discount-header h2 {
    margin-top: 0;
}
