/* V60 - Mobile header CTA visibility fix. Existing header system preserved. */
@media (max-width: 767px){
  #site-header .shg-desktop-connect,
  header#site-header .shg-desktop-connect{
    display:none!important;
  }
}


/* V61 Mobile CTA visibility fix */
@media screen and (max-width: 767px){
  html body #site-header .shg-desktop-connect,
  html body .shg-global-header .shg-desktop-connect,
  html body #site-header .header-actions .btn-small,
  html body .header-actions .shg-desktop-connect {
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}
