/**
 * event-exposed-filters component styling, promoted verbatim from the
 * gulp-compiled build artifact (dist/css/event-exposed-filters.css) to a
 * permanently tracked static file.
 *
 * Source: src/stories/components/form-items/event-exposed-filters.scss
 * (still present and tracked -- this is a build-pipeline retirement, not
 * a source-loss recovery).
 *
 * REAL CONSUMER: src/templates/block/block--views-exposed-filter-block--events-search-page-events-view.html.twig
 * attaches `lehigh_coe_theme/exposed-filters-events` -- real, live styling
 * for the exposed-filter form on the events search page. 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/event-exposed-filters.css), keeping only the
 * genuinely event-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/event-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.
 */

.block-views-exposed-filter-blockevents-search-page-events-view form {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.block-views-exposed-filter-blockevents-search-page-events-view form > div {
  width: 100%;
}
.block-views-exposed-filter-blockevents-search-page-events-view .form-actions button {
  width: 100%;
}
