/**
 * degree-exposed-filters component styling, promoted verbatim from the
 * gulp-compiled build artifact (dist/css/degree-exposed-filters.css) to a
 * permanently tracked static file.
 *
 * Source: src/stories/components/form-items/degree-exposed-filters.scss
 * (still present and tracked -- this is a build-pipeline retirement, not
 * a source-loss recovery).
 *
 * REAL CONSUMER: src/templates/views/views-view--degree-explorer.html.twig
 * and src/templates/views/views-view--resources-center.html.twig both
 * attach `lehigh_coe_theme/exposed-filters-degree` -- real, live styling
 * for the exposed-filter forms on the degree explorer
 * (academics/program-explorer) and resources center
 * (community/resources-center) pages. This component no longer has any
 * JS (`news-exposed-filters.es6.js`, the only JS in this family, was
 * confirmed broken/dead and deleted in Phase 5 Batch F; this bundle
 * never had its own JS file).
 *
 * PROMOTION CONTEXT (Phase 10 Batch C): this theme's gulp/Sass build
 * pipeline is being retired as part of the SDC conversion. The rules
 * below are transcribed verbatim from the current production build
 * output (dist/css/degree-exposed-filters.css), keeping only the
 * genuinely degree-exposed-filters-specific rules and excluding the
 * shared Bootstrap/theme preamble (font-face declarations, base
 * typography, resets, rich-text/list styles, Sass mixin doc-comments)
 * that duplicate content already covered by css/base/*.css and
 * css/global.css. Verified via full-content diff against the real,
 * currently-served dist/css/degree-exposed-filters.css build artifact
 * (not a bare Sass recompile -- a bare recompile misses
 * autoprefixer-added vendor-prefixed declarations) (see
 * task-2-report.md for the exact command/output).
 * Zero intended visual change from the current live CSS.
 */

.degree-exposed-filter-header {
  font-weight: 700;
  font-size: 1rem;
  background: #ffe41e;
}

#views-exposed-form-degree-explorer-page-1, #views-exposed-form-resources-center-page-1 {
  display: flex;
  gap: 1rem;
}
#views-exposed-form-degree-explorer-page-1 label[for=edit-search-api-fulltext], #views-exposed-form-resources-center-page-1 label[for=edit-search-api-fulltext] {
  display: none;
}
#views-exposed-form-degree-explorer-page-1 .form-item, #views-exposed-form-resources-center-page-1 .form-item {
  flex: 1;
}

.views-exposed-form#views-exposed-form-degree-explorer-page-1 .form-actions, .views-exposed-form#views-exposed-form-resources-center-page-1 .form-actions {
  margin-inline-start: 0.5rem;
}

.bottom-drawer .facets-widget-checkbox > ul > li.facets-reset {
  display: none;
}
