.discovery-results .results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 76px;
    margin-bottom: 18px;
    padding: 14px 16px;
    color: #526078;
    background: #fff;
    border: 1px solid #e0e6ee;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(23, 52, 93, .05);
}

.results-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.results-count {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    min-width: 48px;
    height: 48px;
    padding: 0 9px;
    color: #155bd7;
    background: #edf4ff;
    border-radius: 11px;
    font: 800 18px Manrope, sans-serif;
}

.results-summary > div {
    min-width: 0;
}

.results-summary b,
.results-summary small,
.results-sort small,
.results-sort b {
    display: block;
}

.results-summary b {
    color: #253249;
    font-size: 14px;
}

.results-summary small {
    margin-top: 4px;
    color: #758297;
    font-size: 11px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.results-sort {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 9px 12px;
    color: #155bd7;
    background: #f6f9ff;
    border: 1px solid #d9e6fa;
    border-radius: 9px;
}

.results-sort svg {
    width: 16px;
    height: 16px;
}

.results-sort small {
    color: #7b8799;
    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.results-sort b {
    margin-top: 3px;
    color: #33435a;
    font-size: 10px;
}

@media (max-width: 560px) {
    .discovery-results .results-head {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 13px;
    }

    .results-sort {
        width: 100%;
    }
}
