/* Scoped to the product search; existing header, ticket search and themes stay intact. */
.live-search-results { position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 20; max-height: min(440px, 55vh); max-height: min(440px, 55dvh); overflow-y: auto; overscroll-behavior: contain; color: #495057; background: #fff; border: 1px solid #e9ecef; box-shadow: 0 .5rem 1rem rgba(18, 38, 63, .12); }
.live-search-results[hidden], .live-search-results [hidden] { display: none !important; }
.live-search-status:not(.sr-only) { margin: 0; padding: 12px 14px; color: #74788d; font-size: 13px; }
.live-search-list { margin: 0; padding: 0; list-style: none; }
.live-search-option, .live-search-all { display: block; padding: 12px 14px; color: #495057; line-height: 1.5; overflow-wrap: anywhere; }
.live-search-list li + li, .live-search-all { border-top: 1px solid #e9ecef; }
.live-search-option:hover, .live-search-option[aria-selected="true"], .live-search-all:hover { color: #212529; background: #f3f3f9; text-decoration: none; }
.live-search-option:focus-visible, .live-search-all:focus-visible { outline: 2px solid currentColor; outline-offset: -3px; }
.live-search-all { font-weight: 600; }
