.pa-search-form { position: relative; }
.pa-search-suggestions { position: absolute; z-index: 99999; top: calc(100% + 8px); left: 0; width: min(520px, calc(100vw - 24px)); overflow: hidden; color: #11131a; background: #fff; border: 1px solid #e3e4e8; box-shadow: 0 18px 52px rgb(15 18 25 / 22%); }
.pa-search-suggestions[hidden] { display: none; }
.pa-search-suggestions__status { padding: 18px; color: #6d7380; font-size: 13px; }
.pa-search-suggestion { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 12px; align-items: center; min-height: 68px; padding: 8px 12px; color: inherit; text-decoration: none; border-bottom: 1px solid #ececf0; }
.pa-search-suggestion:hover, .pa-search-suggestion:focus-visible, .pa-search-suggestion.is-active { color: inherit; background: #f5f5f7; outline: 0; }
.pa-search-suggestion img, .pa-search-suggestion__placeholder { width: 52px; height: 52px; object-fit: cover; background: #e7e8eb; }
.pa-search-suggestion__placeholder { display: grid; place-items: center; color: #858996; }
.pa-search-suggestion__copy { min-width: 0; }
.pa-search-suggestion__copy span { display: block; margin-bottom: 3px; color: #e73543; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pa-search-suggestion__copy strong { display: block; overflow: hidden; font-size: 13px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.pa-search-suggestions__all { display: flex; justify-content: space-between; align-items: center; padding: 13px 14px; color: #fff; background: #11131a; font-size: 12px; font-weight: 800; text-decoration: none; }
.pa-search-suggestions__all:hover, .pa-search-suggestions__all:focus-visible { color: #fff; background: #e73543; }
@media (max-width: 600px) { .pa-search-suggestions { right: 0; left: 0; width: auto; } }
@media (prefers-reduced-motion: reduce) { .pa-search-suggestion { scroll-behavior: auto; } }
