/*
 * Public notice-list filter and search control geometry.
 *
 * These final values were repeated across legacy desktop and mobile passes.
 * The page-scoped module loads last, so normal cascade precedence replaces
 * the previous !important declarations without affecting other pages.
 */

body.notice-page:not(.notice-detail-page) .search-lens {
  position: absolute;
}

body.notice-page:not(.notice-detail-page) .filter-group {
  margin: 0;
}

body.notice-page:not(.notice-detail-page) .date-filter-row {
  margin-top: 5px;
}
