/* LUMBOSO v1.5.10 — match the lower header-to-content gap to VIP Taxi / Book Flights */

/*
 * VIP Taxi and Book Flights are the spacing reference as well as the header
 * reference. Their first service card starts 28px after the header flow on
 * desktop/landscape tablet, 18px on narrow tablet and 10px on phone.
 *
 * Older app-page CSS added its own top padding and several page roots added
 * another margin, which made the empty band below the header look larger on
 * some pages. Normalize that here: one gap only, no stacked top spacing.
 */

@media (min-width:901px){
  body:not(.lumboso-front):not(.lum-join-page):not(.lum-vip-taxi-page):not(.lum-flight-booking-page)
  main > .lum-section.lum-app-page-section{
    padding-top:28px!important;
  }
  body:not(.lumboso-front):not(.lum-join-page):not(.lum-vip-taxi-page):not(.lum-flight-booking-page)
  main > .lum-section.lum-app-page-section > .lum-app-page > :first-child{
    margin-top:0!important;
  }
  body:not(.lumboso-front):not(.lum-join-page)
  main > .lum-inner-hero:first-child{
    margin-top:28px!important;
  }
}

@media (min-width:701px) and (max-width:900px){
  body:not(.lumboso-front):not(.lum-join-page):not(.lum-vip-taxi-page):not(.lum-flight-booking-page)
  main > .lum-section.lum-app-page-section{
    padding-top:18px!important;
  }
  body:not(.lumboso-front):not(.lum-join-page):not(.lum-vip-taxi-page):not(.lum-flight-booking-page)
  main > .lum-section.lum-app-page-section > .lum-app-page > :first-child{
    margin-top:0!important;
  }
  body:not(.lumboso-front):not(.lum-join-page)
  main > .lum-inner-hero:first-child{
    margin-top:18px!important;
  }
}

@media (max-width:700px){
  body:not(.lumboso-front):not(.lum-join-page):not(.lum-vip-taxi-page):not(.lum-flight-booking-page)
  main > .lum-section.lum-app-page-section{
    padding-top:10px!important;
  }
  body:not(.lumboso-front):not(.lum-join-page):not(.lum-vip-taxi-page):not(.lum-flight-booking-page)
  main > .lum-section.lum-app-page-section > .lum-app-page > :first-child{
    margin-top:0!important;
  }
  body:not(.lumboso-front):not(.lum-join-page)
  main > .lum-inner-hero:first-child{
    margin-top:10px!important;
  }
}

/* Keep the approved VIP Taxi / Flights service-page spacing untouched. */
body.lum-vip-taxi-page .lum-app-page-section,
body.lum-flight-booking-page .lum-app-page-section{
  padding-top:0!important;
}
