body .website-wrapper .hide {
    display: none!important;
}

.ccs-input {
    font-family: 'Montserrat';
    margin-bottom: 1rem;
}

.ccs-input + ul {
    font-family: 'Montserrat';
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    z-index: 1;
    background-color: white;
}

.ccs-input + ul li {
    padding: 0.5rem;
    padding-left: 1rem;
    cursor: pointer;
}

.ccs-input + ul li:hover {
    background-color: #f0f0f0;
}

.ccs-input + ul li.no-results {
    /* color: red; */
    text-align: center;
    pointer-events: none;
}

.highlight {
    /* color: green; */
}