/* HealthyBound Quest Guided Tour: only the highlighted app element is styled here.
   The tour dialog itself renders in Shadow DOM so HBQ global CSS cannot hide it. */
.hbq-tour-highlight{
  position:relative!important;
  z-index:2147483647!important;
  outline:4px solid #b95d86!important;
  outline-offset:3px!important;
  border-radius:10px!important;
  filter:none!important;
  opacity:1!important;
  scroll-margin:120px!important;
}
