/* Terra Vita Hub v409.17 — hardlink search trigger activation
   The header search control is a real /search.html link first; JavaScript overlay is optional. */
html body header#tvh-header a.tvh-search-trigger,
html body #tvh-header a.tvh-search-trigger,
html body header#tvh-header .tvh-search-trigger[data-v40917-search-hardlink="true"],
html body #tvh-header .tvh-search-trigger[data-v40917-search-hardlink="true"]{
  pointer-events:auto !important;
  cursor:pointer !important;
  position:relative !important;
  z-index:2147483000 !important;
  text-decoration:none !important;
  -webkit-tap-highlight-color:rgba(8,42,67,.12) !important;
}
html body header#tvh-header a.tvh-search-trigger *,
html body #tvh-header a.tvh-search-trigger *{
  pointer-events:none !important;
}
html body header#tvh-header a.tvh-search-trigger:focus-visible,
html body #tvh-header a.tvh-search-trigger:focus-visible{
  outline:2px solid rgba(8,42,67,.88) !important;
  outline-offset:3px !important;
}
