/* QA102.22 — header suggestions only; no catalog/card/detail layout changes. */
.catalog-search-shell{position:relative!important;overflow:visible!important}
.catalog-search-suggestions{position:absolute;inset-inline:0;top:calc(100% + 8px);background:#fff;border:1px solid #dedfdf;border-top:2px solid #b92724;box-shadow:0 14px 32px #0002;z-index:2200;color:#17191b;max-height:min(460px,60dvh);overflow:auto;text-align:start}
.catalog-search-suggestions[hidden]{display:none!important}
.catalog-search-suggestions a{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding:13px 16px;min-height:46px;border-bottom:1px solid #eee;text-decoration:none;color:#17191b;cursor:pointer}
.catalog-search-suggestions a b{font-size:12px;white-space:nowrap}
.catalog-search-suggestions a span{font-size:11px;line-height:1.5;overflow-wrap:anywhere}
.catalog-search-suggestions a:hover,.catalog-search-suggestions a:focus-visible,.catalog-search-suggestions a[aria-selected="true"]{background:#f3f0eb;outline:2px solid #b92724;outline-offset:-2px}
.catalog-search-suggestions .catalog-search-all{background:#151719;color:#fff;grid-template-columns:1fr auto}
.catalog-search-suggestions .catalog-search-all:hover,.catalog-search-suggestions .catalog-search-all[aria-selected="true"]{background:#343638}
.catalog-search-suggestions p{padding:16px;margin:0;font-size:12px;line-height:1.5;color:#52585b}
.catalog-search-shell .header-sppmatch-brand{font-size:12px!important;white-space:nowrap;letter-spacing:0!important}
@media(max-width:760px){.catalog-search-shell .header-sppmatch-brand{font-size:10px!important;padding-inline:9px!important}.catalog-search-suggestions a{padding:12px;gap:10px}}

/* QA102.22 — single exact SPPAUTO-code result only. */
.catalog-search-suggestions .catalog-search-exact-product{grid-template-columns:auto minmax(0,1fr) auto;border-inline-start:3px solid #b92724;background:#fff}
.catalog-search-suggestions .catalog-search-exact-product::after{content:'↗';font-size:14px;color:#b92724;font-weight:700}
.catalog-search-suggestions .catalog-search-exact-product b{font-size:13px;letter-spacing:.04em}
.catalog-search-suggestions .catalog-search-exact-product span{color:#4b5155}
