[data-global-search] {
    position: relative;
    display: flow-root;
}

.global-search-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 30;
    max-height: min(440px, 55vh);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 12px 26px rgb(0 0 0 / 14%);
    text-align: left;
}

.global-search-suggestions[hidden] {
    display: none;
}

.global-search-group-title {
    padding: 9px 14px;
    background: #f0f0f0;
    color: #555;
    font-size: 12px;
    font-weight: 700;
}

.global-search-suggestion {
    display: block;
    padding: 11px 14px;
    border-bottom: 1px solid #eee;
    overflow-wrap: anywhere;
}

.global-search-suggestion span {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.global-search-suggestion small {
    display: block;
    margin-top: 3px;
    color: #777;
    font-size: 11px;
    line-height: 1.35;
}

.global-search-suggestion:hover,
.global-search-suggestion.is-active {
    background: #f5f5f5;
}
