.msa-wrap {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0,0,0,.10);
    z-index: 300;
    max-height: 460px;
    overflow-y: auto;
    font-family: 'Inter', sans-serif;
}
.msa-group-h {
    padding: 10px 14px 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #d3232a;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.msa-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 14px;
    color: #202020;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: background .12s;
}
.msa-item:hover,
.msa-item.active { background: #f7f7f7; }
.msa-item:last-of-type { border-bottom: none; }
.msa-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: #202020;
}
.msa-title mark {
    background: #fff2c2;
    color: inherit;
    font-weight: 700;
    padding: 0 1px;
}
.msa-meta {
    font-size: 11px;
    color: #888;
    line-height: 1.2;
}
.msa-all {
    display: block;
    padding: 12px 14px;
    background: #fafafa;
    font-size: 12px;
    font-weight: 600;
    color: #d3232a;
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #eee;
}
.msa-all:hover { background: #f0f0f0; }

/* Search-page hero input is wider — give the dropdown matching width. */
#sr-search-input + .msa-wrap,
#sr-search-input ~ .msa-wrap { width: 100%; }
