/**
 * Tuition Reduction Search — page-specific overrides only.
 * Modal/chip UI comes from search_v2/school_search.css + filter.js.
 * Do not put School Search–breaking rules in school_search.css.
 */

/* All tuition sections are single-layer: never show in-modal option search */
.search-wrap #rootSearch {
    display: none !important;
}

/* Result header: download with sort (School Search pattern) */
.search-wrap .search-result {
    flex-wrap: wrap;
    gap: 12px 20px;
}
