.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.header-search { position: relative; margin: 0; border: 1px solid transparent; transition: border-color .2s, box-shadow .2s, background .2s; }
.search-suggestions { position: absolute; top: calc(100% + 10px); left: 0; right: 0; background: #fff; border: 1px solid #ececef; border-radius: 10px; box-shadow: 0 14px 34px #00000026; overflow: hidden auto; max-height: 380px; z-index: 60; }
.search-suggestions a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; color: #262a35; border-bottom: 1px solid #f1f1f3; }
.search-suggestions a:last-child { border-bottom: 0; }
.search-suggestions a:hover, .search-suggestions a.active { background: #f6f5fb; }
.search-suggestions img { width: 36px; height: 36px; object-fit: contain; background: #f4f4f5; border-radius: 6px; flex: 0 0 36px; }
.search-suggestions .sugg-info { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.search-suggestions .sugg-info b { font: 700 12.5px Manrope, sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-suggestions .sugg-info small { font-size: 11px; color: #6d707a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-suggestions .sugg-empty { padding: 14px 12px; font-size: 12.5px; color: #6d707a; text-align: center; }
.header-search:focus-within { border-color: #7660ce; background: white; box-shadow: 0 0 0 3px #7660ce1c; }
.header-search button { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; padding: 7px; border: 0; border-radius: 50%; background: transparent; color: #262a35; cursor: pointer; }
.header-search button:hover { background: #e9e7f4; color: #6752bd; }
.header-search button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.empty { max-width: 1260px; margin: 25px auto 0; padding: 35px; border: 1px dashed #cacbd1; border-radius: 10px; color: #6d707a; text-align: center; }
@media (max-width: 580px) { .header-search { display: none; } }
