.searchwp-live-search-results {
box-sizing: border-box;
background: #fff;
border: 1px solid #e5e5e5;
border-top: 0;
border-radius: 0 0 10px 10px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); overflow: hidden; color: #374151;
} .searchwp-live-search-no-min-chars::after {
color: #6b7280;
} .searchwp-live-search-no-min-chars .spinner {
margin-top: 18px;
} .search-bar-anchor .searchwp-live-search-results {
position: absolute !important;
top: 100% !important;
left: 0 !important;
right: 0 !important;
width: auto !important; overflow: hidden !important; max-height: none !important;
} .searchwp-live-search-results-container {
max-height: 60vh;
overflow-y: auto;
overscroll-behavior: contain;
background: #fff;
} .search-bar--results-open {
box-shadow: none !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
} .searchwp-live-search-result--title a {
color: #111;
}
.searchwp-live-search-result--title a:hover {
color: #111;
text-decoration: underline;
} .astro-ls-sku {
display: block;
font-size: 13px;
font-weight: 400;
color: #6b7280;
letter-spacing: 0.02em;
} .searchwp-live-search-result:focus-within,
.searchwp-live-search-result--focused {
background: #ececec;
}
.searchwp-live-search-result a:focus,
.searchwp-live-search-result a:focus-visible {
outline: none;
box-shadow: none;
} .searchwp-live-search-no-results {
padding: 16px;
margin: 0;
text-align: center;
color: #6b7280;
}
p.searchwp-live-search-no-results:has(em:empty) {
display: none;
}