/* #region "../src/functions/news/elements/news-grid/news-grid.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.news-grid-wrapper .news-grid {
  --cols-xs: 12;
  --cols-sm: 6;
  --cols-md: 4;
}
.news-grid-wrapper .news-grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--layout-gap);
  margin-bottom: var(--layout-gap);
}
.news-grid-wrapper .news-grid-header :is(h1, h2, h3, h4, h5, h6),
.news-grid-wrapper .news-grid-header :is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 0;
  margin-bottom: 0;
}
.news-grid-wrapper .news-filter-popover-trigger {
  --card-hover-offset: 0px;
  padding: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--layout-gap);
  font-size: 0.9375rem;
  font-weight: 600;
}
.news-grid-wrapper .news-filter-popover-trigger::after {
  content: "";
  width: 1.25rem;
  height: 0.8125rem;
  background-color: var(--primary);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMCAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4wMzUgNi4yMDFjMS40MDcgMCAyLjY1NC45MzggMy4wOTIgMi4zMjVoOS44MzdjLjU3MiAwIDEuMDM2LjQ4MSAxLjAzNiAxLjA3NSAwIC41OTMtLjQ2NCAxLjA3NC0xLjAzNiAxLjA3NEg5LjEyN0M4LjY5IDEyLjA2MiA3LjQ0MiAxMyA2LjAzNSAxM2MtMS40MDYgMC0yLjY1NC0uOTM4LTMuMDkyLTIuMzI1SDEuMDM2Qy40NjQgMTAuNjc1IDAgMTAuMTk0IDAgOS42MDFjMC0uNTk0LjQ2NC0xLjA3NSAxLjAzNi0xLjA3NWgxLjkwN2MuNDM4LTEuMzg3IDEuNjg2LTIuMzI1IDMuMDkyLTIuMzI1Wm0uNDYxIDIuMjRhMS4xNzUgMS4xNzUgMCAwIDAtMS4zMTYuMjc0IDEuMjg3IDEuMjg3IDAgMCAwLS4yNiAxLjM2NWMuMTcxLjQyNi41NTEuNzE2Ljk4Ni43NjRsLjEyOS4wMDcuMTIzLS4wMDZjLjU2OC0uMDYgMS4wMi0uNTI5IDEuMDc3LTEuMTE4bC4wMDctLjEyOGMwLS41MDctLjI5NS0uOTY0LS43NDYtMS4xNTdaTTEzLjk2NSAwYzEuNDA2IDAgMi42NTQuOTM4IDMuMDkyIDIuMzI1aDEuOTA3Yy41NzIgMCAxLjAzNi40ODEgMS4wMzYgMS4wNzQgMCAuNTk0LS40NjQgMS4wNzUtMS4wMzYgMS4wNzVoLTEuOTA3Yy0uNDM4IDEuMzg3LTEuNjg2IDIuMzI1LTMuMDkyIDIuMzI1LTEuNDA3IDAtMi42NTQtLjkzOC0zLjA5Mi0yLjMyNUgxLjAzNkMuNDY0IDQuNDc0IDAgMy45OTMgMCAzLjM5OWMwLS41OTMuNDY0LTEuMDc0IDEuMDM2LTEuMDc0aDkuODM3QzExLjMxLjkzOCAxMi41NTggMCAxMy45NjUgMFptLjQ2MSAyLjI0YTEuMTc1IDEuMTc1IDAgMCAwLTEuMzE1LjI3MyAxLjI4NyAxLjI4NyAwIDAgMC0uMjYxIDEuMzY1Yy4xODcuNDY4LjYyNy43NzMgMS4xMTUuNzcyLjY2NiAwIDEuMjA2LS41NjEgMS4yMDYtMS4yNTIgMC0uNTA3LS4yOTQtLjk2My0uNzQ1LTEuMTU3WiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
}
.news-grid-wrapper .news-filter-options .popover-panel {
  border: 1px solid var(--grey-100);
  width: max-content;
  font-size: 0.9375rem;
  font-weight: 600;
}
.news-grid-wrapper .news-filter-list {
  --focus-color: var(--primary);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.news-grid-wrapper .news-filter-list a {
  color: currentColor;
  border-radius: 0.25rem;
  text-decoration: none;
  text-underline-offset: 0.25em;
}
:root.no-focus-visible .news-grid-wrapper .news-filter-list a:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.news-grid-wrapper .news-filter-list a:focus:not(:focus-visible) {
  outline: none;
}
.news-grid-wrapper .news-filter-list a:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.news-grid-wrapper .news-filter-list a:hover {
  color: var(--primary);
}
.news-grid-wrapper .news-filter-list a[aria-current=page] {
  text-decoration: underline;
  text-decoration-color: var(--primary);
}
.news-grid-wrapper[data-intercept-loading] :is(.news-filter-options, .news-grid, .news-grid-controls) {
  opacity: 0.5;
}
.news-grid-wrapper .news-box {
  height: auto;
}

.news-grid-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 2.5rem);
}
.news-grid-controls .page-nav {
  margin-top: 0;
}
/* #endregion "../src/functions/news/elements/news-grid/news-grid.scss" */

head{--webpack--css-wpce--news-grid:&\.\.\/src\/functions\/news\/elements\/news-grid\/news-grid\.scss;}
/*# sourceMappingURL=css-wpce--news-grid.css.map*/