﻿.search {
    position: relative;
    width: 100%;
    margin-bottom: 3px;
}

.search-hits {
    max-height: 300px;
    overflow: auto;
    z-index: 500;
    width: 100%;
}

.search:focus-within .search-hits {
    display: block;
}

.search .search-form {
    display: flex;
}

.search-hits li {
    margin: 0;
}

.search-hits li:hover {
    background-color: #dccfb2;
}

.search-hits li a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
