.entries.for\:news-article {
  grid-gap: clamp(32px, 6vh, 64px);
}
@media (min-width: 601px) {
  .entries.for\:news-article {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .entries.for\:news-article {
    grid-gap: clamp(32px, 3vw, 64px) clamp(16px, 3vw, 32px);
  }
}

.entries\:related {
  margin-top: clamp(32px, 6vh, 64px);
  padding-top: clamp(32px, 6vh, 64px);
  background: linear-gradient(#FAFAFA, white);
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.entries\:related > .sub-heading {
  grid-column: 1/-1;
  text-align: center;
  margin-bottom: clamp(8px, 3vw, 16px);
}

nav.filters .is\:current {
  color: #EF9074;
  background-color: white;
  border: 1px solid #EF9074;
  pointer-events: none;
}

.entry\:news-article {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 3vw, 16px);
}
.entry\:news-article .photo-link {
  order: -2;
}
.entry\:news-article .photo-link picture.image {
  aspect-ratio: 16/7;
  border-radius: 1em;
  transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.entry\:news-article .photo-link picture.image img {
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) {
  .entry\:news-article .photo-link:hover picture.image {
    background-color: #6B0D70;
  }
  .entry\:news-article .photo-link:hover picture.image img {
    opacity: 0.8;
  }
}
.entry\:news-article .categories {
  list-style-type: none;
  order: -1;
}
.entry\:news-article .categories a, .entry\:news-article .categories span {
  color: #e8559a;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 0.7em;
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.entry\:news-article .categories a:not(:last-child)::after, .entry\:news-article .categories span:not(:last-child)::after {
  content: ", ";
}
@media (hover: hover) {
  .entry\:news-article .categories a:hover {
    color: #EF9074;
  }
}
.entry\:news-article .heading {
  font: normal 900 1.3em / 1.1 "Helvetica Neue", "Helvetica", sans-serif !important;
}
.entry\:news-article .heading a {
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) {
  .entry\:news-article .heading a:hover {
    color: #e8559a;
  }
}
.entry\:news-article .summary > *:not(:first-child) {
  display: none;
}
.entry\:news-article .summary > *:first-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.entry\:news-article .details {
  display: flex;
  gap: 1ch;
  margin-top: auto;
}
.entry\:news-article .details cite, .entry\:news-article .details time {
  font-size: 0.78em;
  font-style: normal;
  color: #EF9074;
}
.entry\:news-article .details cite::after {
  content: "|";
  margin-left: 1ch;
}
@supports (selector(:has(*))) {
  .entry\:news-article:has(.photo-link:hover) .heading a {
    color: #e8559a;
  }
  .entry\:news-article:has(.photo-link:hover) .photo-link picture.image {
    background-color: #6B0D70;
  }
  .entry\:news-article:has(.photo-link:hover) .photo-link picture.image img {
    opacity: 0.8;
  }
}
body *:not(.entries\:related) .entry\:news-article:first-of-type {
  background: #420650;
  border-radius: 1em;
  color: #E4CDE9;
  grid-column: 1/-1;
}
body *:not(.entries\:related) .entry\:news-article:first-of-type .photo-link picture.image {
  height: 100%;
}
body *:not(.entries\:related) .entry\:news-article:first-of-type .heading {
  color: white;
}
@media (min-width: 961px) {
  body *:not(.entries\:related) .entry\:news-article:first-of-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(clamp(clamp(32px, 3vw, 64px), 10vw, clamp(32px, 6vh, 64px)) * 2);
         column-gap: calc(clamp(clamp(32px, 3vw, 64px), 10vw, clamp(32px, 6vh, 64px)) * 2);
    padding: clamp(clamp(32px, 3vw, 64px), 10vw, clamp(32px, 6vh, 64px));
  }
  body *:not(.entries\:related) .entry\:news-article:first-of-type > * {
    grid-column: 1;
  }
  body *:not(.entries\:related) .entry\:news-article:first-of-type .photo-link {
    margin: calc(-1 * clamp(clamp(32px, 3vw, 64px), 10vw, clamp(32px, 6vh, 64px)));
    grid-column: 2;
    grid-row: 1/span 4;
  }
  body *:not(.entries\:related) .entry\:news-article:first-of-type .photo-link picture.image {
    aspect-ratio: initial;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 960px) {
  body *:not(.entries\:related) .entry\:news-article:first-of-type {
    padding: clamp(32px, 3vw, 64px);
  }
  body *:not(.entries\:related) .entry\:news-article:first-of-type .photo-link {
    margin: clamp(-32px, 3vw, -64px);
    margin-bottom: initial;
  }
  body *:not(.entries\:related) .entry\:news-article:first-of-type .photo-link picture.image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/*# sourceMappingURL=../../sourcemaps/components/entries/news-article.css.map */