.site-header .topbar { overflow: visible; }
.site-header .topbar__inner { position: relative; }
.site-header .header-search { display: block; flex: 0 0 auto; margin-left: auto; }
.header-search > summary { display: grid; place-items: center; width: 44px; height: 44px; cursor: pointer; list-style: none; border-radius: 6px; }
.header-search > summary::-webkit-details-marker { display: none; }
.header-search > summary:hover, .header-search[open] > summary { background: var(--color-accent, #ffc400); color: var(--color-ink, #1c1c1b); }
.header-search__panel { position: absolute; right: 0; top: calc(100% + 8px); z-index: 30; width: min(500px, calc(100vw - 40px)); padding: 24px; color: #1c1c1b; background: white; border: 1px solid #dedede; border-top: 4px solid #f49a00; border-radius: 8px; box-shadow: 0 16px 40px #0003; }
.header-search__panel label, .site-search label { display: block; margin-bottom: 10px; font-size: 17px; font-weight: 750; }
.site-search__fields { display: flex; gap: 8px; }
.site-search__fields input { min-width: 0; width: 100%; flex: 1; min-height: 48px; padding: 10px 12px; border: 1px solid #777; border-radius: 6px; background: white; color: #1c1c1b; font: inherit; font-size: 16px; }
.site-search__fields button { flex-shrink: 0; min-height: 48px; padding: 10px 18px; border: 0; border-radius: 6px; background: var(--color-accent, #ffc400); color: #1c1c1b; font: inherit; font-weight: 750; cursor: pointer; }
.header-search__panel p { margin: 12px 0 0; color: #5f6266; font-size: 14px; }
.site-search { margin-top: 24px; }
.page-hero .search-results__count { margin: 20px 0 0; font-size: 17px; }
.search-results { padding-block: 36px 72px; }
.search-result { margin-bottom: 18px; padding: clamp(20px, 4vw, 32px); border: 1px solid #dedede; border-radius: 8px; background: white; overflow-wrap: anywhere; }
.search-result__type { margin: 0 0 8px; color: #765000; font-size: 14px; font-weight: 750; }
.search-result h2 { margin: 0 0 12px; font-size: clamp(22px, 3vw, 30px); line-height: 1.25; }
.search-result h2 a { text-decoration: none; }
.search-result h2 a:hover { text-decoration: underline; }
.search-result__link { font-weight: 750; }
.search-results .nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.search-results .page-numbers { padding: 8px 14px; border-radius: 6px; background: white; }
.search-results .page-numbers.current { background: var(--color-accent, #ffc400); }
@media (max-width: 700px) {
  .site-header .topbar { display: block; }
  .site-header .topbar__inner { display: flex; min-height: 44px; }
  .site-header .topbar__inner > span, .site-header .topbar__inner > a { display: none; }
  .header-search__panel { padding: 18px; }
}
