/* ==========================================================================
   V38 requested mobile-only fixes
   Scope: remove mobile booking back/progress clutter and eliminate the global
   off-white body spacer below the footer. Desktop remains unchanged.
   ========================================================================== */

@media (max-width: 820px) {
  /* Remove the off-white spacer that appeared after the footer on mobile.
     The mobile call pill remains fixed; footer padding still protects content. */
  body {
    padding-bottom: 0 !important;
  }

  /* Book Appointment mobile only: remove the back pill from the hero area. */
  body.booking-page [data-smart-back-wrap],
  body.booking-page .return-nav-wrap,
  body.booking-page .sticky-return-nav,
  body.booking-page .smart-back-wrap {
    display: none !important;
  }

  /* Book Appointment mobile only: hide the cut-off progress/checklist and
     the explanatory blurb directly below it. Desktop keeps both. */
  body.booking-page .booking-widget-progress,
  body.booking-page .booking-progress-note {
    display: none !important;
  }
}
