/* Make the empty autocomplete state readable on the blue search overlay. */
.live-search ul li.live-search-no-results {
    min-height: 50px;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    margin: 0 5px;
    border: 1px solid #d9e3ef;
    border-radius: 6px;
    background: #f5f8fc !important;
    color: #25324a !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.live-search ul li.live-search-no-results:hover {
    background: #f5f8fc !important;
    color: #25324a !important;
}
