/* Someh v10.85 — stable search controller.
 * No z-index/pointer-event overrides on generic .components containers.
 */
#theme-header a.tie-search-trigger,
#theme-header a.tie-search-trigger-mobile{
  position:relative;
  cursor:pointer;
  touch-action:manipulation;
}
#theme-header a.tie-search-trigger::after,
#theme-header a.tie-search-trigger-mobile::after{
  content:"";
  position:absolute;
  inset:-8px;
  background:transparent;
}
/* The v10.85 controller deliberately does not add .tie-popup-is-opend to body.
   Give only the search popup the visible state that SoMeh normally derives from it. */
#tie-popup-search-desktop[data-someh-search-open="1"] .pop-up-live-search,
#tie-popup-search-mobile[data-someh-search-open="1"] .pop-up-live-search,
#tie-popup-search-desktop[data-someh-search-open="1"] .tie-popup-container,
#tie-popup-search-mobile[data-someh-search-open="1"] .tie-popup-container{
  opacity:1!important;
  transform:scale(1)!important;
}
#tie-popup-search-desktop[data-someh-search-open="1"] a.remove,
#tie-popup-search-mobile[data-someh-search-open="1"] a.remove{
  opacity:1!important;
  transform:scale(1)!important;
}
