/*
  Phase 8Q: mobile header border cleanup.

  Purpose:
  - Remove the legacy translucent bottom border from the absolute mobile/tablet
    header so it does not render as a white horizontal line across breadcrumb
    hero images.
  - Keep the fix scoped to tablet and phone breakpoints where the hamburger
    header overlaps the hero.
  - Preserve the Phase 8P breadcrumb/title clearance and the desktop header
    treatment.

  Load order:
  - This file must load after phase8p-mobile-breadcrumb-header-clearance.css.
*/

@media (max-width: 1199.98px) {
  .header-style-two,
  #header-sticky.header-style-two {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  .header-style-two.sticky,
  #header-sticky.header-style-two.sticky {
    border-bottom: 0 !important;
  }
}
