[data-werun-global-search] { position: relative; }
.werun-global-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 10020;
  max-height: min(68vh, 560px);
  padding: 10px;
  overflow-y: auto;
  border: 1px solid rgba(19,175,240,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 20px 50px rgba(30,61,77,.18), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.werun-global-search-results[hidden] { display: none !important; }
.werun-global-search-group + .werun-global-search-group { margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(43,93,116,.08); }
.werun-global-search-group__title { display: block; padding: 4px 9px 7px; color: #78909b; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.werun-global-search-result {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 7px 9px;
  border-radius: 11px;
  color: #3e4e57 !important;
  text-decoration: none !important;
  transition: color .16s ease, background-color .16s ease, transform .16s ease;
}
.werun-global-search-result:hover,
.werun-global-search-result:focus-visible,
.werun-global-search-result.is-active { color: #087fae !important; background: rgba(19,175,240,.075); outline: none; transform: translateX(1px); }
.werun-global-search-result__icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(19,175,240,.14); border-radius: 10px; color: #0d9ed8; background: rgba(19,175,240,.055); }
.werun-global-search-result__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.werun-global-search-result__content { min-width: 0; }
.werun-global-search-result__content strong,
.werun-global-search-result__content small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.werun-global-search-result__content strong { font-size: 12.5px; font-weight: 790; }
.werun-global-search-result__content small { margin-top: 3px; color: #81909a; font-size: 9.5px; font-weight: 600; }
.werun-global-search-result__arrow { color: #9fb0b8; font-size: 20px; line-height: 1; }
.werun-global-search-all { display: flex; justify-content: center; margin-top: 9px; padding: 11px 12px; border-radius: 11px; color: #087fae !important; background: rgba(19,175,240,.075); font-size: 11px; font-weight: 800; text-decoration: none !important; }
.werun-global-search-all:hover,
.werun-global-search-all:focus-visible { background: rgba(19,175,240,.13); outline: none; }
.werun-global-search-results__status { margin: 0; padding: 18px 12px; color: #7c8c95; font-size: 11px; font-weight: 650; text-align: center; }
html.werun-theme-dark .werun-global-search-results { border-color: rgba(91,194,235,.18); background: rgba(20,34,42,.985); box-shadow: 0 22px 54px rgba(0,0,0,.38); }
html.werun-theme-dark .werun-global-search-group + .werun-global-search-group { border-top-color: rgba(255,255,255,.08); }
html.werun-theme-dark .werun-global-search-group__title { color: #8197a2; }
html.werun-theme-dark .werun-global-search-result { color: #d7e3e8 !important; }
html.werun-theme-dark .werun-global-search-result:hover,
html.werun-theme-dark .werun-global-search-result:focus-visible,
html.werun-theme-dark .werun-global-search-result.is-active { color: #82d9f8 !important; background: rgba(91,194,235,.09); }
html.werun-theme-dark .werun-global-search-result__icon { border-color: rgba(91,194,235,.17); color: #75d2f5; background: rgba(91,194,235,.07); }
html.werun-theme-dark .werun-global-search-result__content small { color: #8498a2; }
html.werun-theme-dark .werun-global-search-all { color: #82d9f8 !important; background: rgba(91,194,235,.09); }
@media (max-width: 600px) {
  .werun-global-search-results { position: fixed; top: calc(var(--werun-main-header-rendered-height, 58px) + 8px); right: 8px; left: 8px; max-height: calc(100dvh - var(--werun-main-header-rendered-height, 58px) - 18px); border-radius: 14px; }
  .werun-global-search-result { min-height: 50px; }
}
