.search-results {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.search-results:empty {
    border: none;
    display: none;
}

.search-results div {
    cursor: pointer;
}

.search-results div:hover {
    background-color: #f2f2f2;
}

.unstyled-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    padding: 6px;
    font-size: 0.875em;
}

.unstyled-link:hover {
    color: inherit;
}