/* ── Select dropdown height ────────────────────────────────── */
.select2-results__options {
    max-height: 220px;
    overflow-y: auto;
}

/* ── Service search results dropdown ───────────────────────── */
#service-search-results {
    max-height: 260px;
    overflow-y: auto;
}