/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.news-listing-toolbar__surface {
  border: 1px solid rgba(219, 180, 43, 0.45);
  background: transparent;
  box-shadow: 0 0 0 1px rgba(14, 12, 11, 0.8), 0 0 30px rgba(219, 180, 43, 0.18);
}

.news-listing-trigger {
  padding-inline: 1.25rem;
  padding-block: 0.75rem;
  border: 1px solid rgba(219, 180, 43, 0.3);
  border-radius: 2.1875rem;
  background: linear-gradient(180deg, rgba(219, 180, 43, 0.15) 0%, rgba(219, 180, 43, 0.08) 100%);
  box-shadow: 0 10px 15px -3px rgba(219, 180, 43, 0.1), 0 4px 6px -4px rgba(219, 180, 43, 0.1);
  color: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.news-listing-trigger:hover, .news-listing-trigger:focus-visible, .news-listing-trigger.is-open, .news-listing-trigger.is-active {
  border-color: rgba(219, 180, 43, 0.5);
  box-shadow: 0 10px 15px -3px rgba(219, 180, 43, 0.14), 0 4px 6px -4px rgba(219, 180, 43, 0.14), 0 0 24px rgba(219, 180, 43, 0.1);
}
.news-listing-trigger__icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-listing-trigger__icon--filter {
  background-image: url("../../images/icons/filter-by.svg");
}
.news-listing-trigger__icon--sort {
  background-image: url("../../images/icons/sort-by.svg");
}
.news-listing-trigger__label {
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
.news-listing-trigger__chevron {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  background: url("../../images/icons/drop-down-arrow.svg") center/contain no-repeat;
  transition: transform 180ms ease;
}
.news-listing-trigger.is-open .news-listing-trigger__chevron {
  transform: rotate(180deg);
}
@media (max-width: 47.99875rem) {
  .news-listing-trigger {
    width: 100%;
  }
}

.news-listing-panel {
  position: absolute;
  inset-inline-start: 15%;
  z-index: 20;
  margin-top: 0.875rem;
  border: 1px solid rgba(219, 180, 43, 0.4);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(14, 12, 11, 0.98), rgba(0, 0, 0, 0.99));
  box-shadow: 0 26px 60px rgba(16, 11, 22, 0.55);
}
@media (max-width: 74.99875rem) {
  .news-listing-panel {
    inset-inline-start: 20%;
  }
}
@media (max-width: 61.99875rem) {
  .news-listing-panel {
    inset-inline-start: 28%;
  }
}
@media (max-width: 47.99875rem) {
  .news-listing-panel {
    inset-inline-start: 0%;
    width: 100%;
  }
}
.news-listing-panel[hidden] {
  display: none !important;
}
.news-listing-panel--filter {
  width: min(100%, 30rem);
  padding: 1.5rem;
}
.news-listing-panel--filter .news-listing-panel__chips {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(8.75rem, 1fr));
  gap: 0.5rem !important;
}
.news-listing-panel--sort {
  min-width: 14rem;
  padding: 0.65rem;
}
.news-listing-panel__header {
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}

.news-listing-chip {
  border: 1px solid rgba(219, 180, 43, 0.15);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 32px;
  padding: 0.4375rem 1rem;
  border-radius: 2.1875rem;
  background: rgba(219, 180, 43, 0.15);
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.news-listing-chip:hover, .news-listing-chip:focus-visible {
  border-color: rgba(219, 180, 43, 0.45);
  color: white;
  text-decoration: none;
}
.news-listing-chip.is-active {
  border-color: rgba(219, 180, 43, 0.8);
  background: #dbb42b;
  box-shadow: 0 10px 15px -3px rgba(219, 180, 43, 0.4), 0 4px 6px -4px rgba(219, 180, 43, 0.4);
  color: #000;
}

.news-listing-sort-option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  color: white;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}
.news-listing-sort-option:hover, .news-listing-sort-option:focus-visible, .news-listing-sort-option.is-active {
  background: rgba(219, 180, 43, 0.16);
  color: #dbb42b;
  text-decoration: none;
}

.node--type-news.node--view-mode-teaser .position-relative {
  overflow: hidden;
  border-radius: 2.1875rem;
}
.node--type-news.node--view-mode-teaser .field--name-field-main-image {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 2.1875rem;
}
.node--type-news.node--view-mode-teaser .field--name-field-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
.node--type-news.node--view-mode-teaser .field--name-field-main-image > .field__item,
.node--type-news.node--view-mode-teaser .field--name-field-main-image > .field__item > div,
.node--type-news.node--view-mode-teaser .field--name-field-main-image .field--name-field-media-image,
.node--type-news.node--view-mode-teaser .field--name-field-main-image .field--name-field-media-image > .field__item,
.node--type-news.node--view-mode-teaser .field--name-field-main-image .drimage,
.node--type-news.node--view-mode-teaser .field--name-field-main-image picture,
.node--type-news.node--view-mode-teaser .field--name-field-main-image img {
  border-radius: inherit;
}
.node--type-news.node--view-mode-teaser .field--name-field-main-image img {
  display: block;
  width: 100%;
}
.node--type-news.node--view-mode-teaser .position-absolute {
  z-index: 2;
  inset-inline: 0;
  padding: 0 1.6875rem 1.875rem;
}
.node--type-news.node--view-mode-teaser .field--name-field-date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.966rem;
  font-style: normal;
  font-weight: 400;
}
.node--type-news.node--view-mode-teaser .field--name-node-title h4 {
  font-weight: 700;
}
.node--type-news.node--view-mode-teaser .field--name-body * {
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 0;
}

.node--view-mode-teaser {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}

.field--name-node-link .news-link {
  font-size: 0.875rem;
}
.field--name-node-link .news-link::after {
  width: 13px;
  height: 13px;
}
