/* 1.3.1: one primary screening action in the compact viewport.
   The shared header keeps the logo and menu; page and footer buttons are unaffected. */
@media (max-width:1024px) {
 .elementor:is(.elementor-location-header,.sad-page-header) .elementor-widget-button:has(a.elementor-button:is([href*="intake.stghealthportal.com/adhd-intake"],[href*="/start-screening"])),
 .elementor :is(.sad-header,.sad-page-header) .elementor-widget-button:has(a.elementor-button:is([href*="intake.stghealthportal.com/adhd-intake"],[href*="/start-screening"])) {
  display:none!important;
 }
 .elementor .sad-header .sad-header-row {
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
 }
 .elementor .sad-header .sad-header-row .sad-brand {min-width:0!important;max-width:100%!important;}
 .elementor .sad-header .sad-header-row .sad-navigation {min-width:0!important;justify-self:end!important;}
}
