.cvr_megasearch_results__single {
    line-height: 1.6em;
    padding: 7px 15px;
}

.cvr_megasearch_results__single a {
    display: flex;
    justify-content: space-between;
}

.cvr_megasearch_results {
    display: none;
    background-color: #f8f8f8;
    border-top: #e4e4e4;
    margin-top: 2px;
    border-radius: 5px;
    overflow: hidden;
}

.cvr_megasearch_results__single:hover {
    background-color: #f0f0f0;
}

.cvr_megasearch_input {
    width: 100%;
    padding: 15px 50px 15px 15px;
    font-family: var(--primary-font);
    line-height: 1.5em;
    border-radius: 5px;
    border: 0;
    background-color: #fafafa;
    font-size: .875em;
}

.cvr_megasearch_reset {
    position: absolute;
    right: 10px;
    margin-top: -38px;
}

.cvr_megasearch_reset:hover {
    cursor: pointer;
}

.cvr_megasearch_results__single_name {
    font-weight: 600;
}

.cvr_megasearch_results__single_type {
    padding: 0 5px;
    background-color: #e7ecf1;
    color: #51598a;
    border-radius: 5px;
    font-size: .75em;
    font-weight: 600;
    max-height: 2em;
    line-height: 2em;
}

.cvr_megasearch_results_list {
    font-size: .875em;
}

.cvr_megasearch_results_count {
    padding: 10px 15px 0 15px;
    font-size: .75em;
}

.cvr_megasearch_results .cvr_loader {
    padding: 15px;
}