.search-suggestions {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1050;
    max-height: 24rem;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 .25rem .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

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

.search-suggestion {
    cursor: pointer;
}

.search-suggestion.active,
.search-suggestion:hover {
    color: #fff;
    background-color: #202564;
}

.search-suggestion-part {
    font-weight: 700;
}
