/* Optional H2 heading ("News") */
.snk-section_newsTeaser .snk-teaserList-heading .snk-section-headline {
  color: #086788;
}

.snk-section_newsTeaser .snk-teaserList-heading::after {
  background-color: #086788;
  height: 2px;
}

.snk-section_newsTeaser .snk-teaserList-heading {
  padding-top: var(--snk-section-y, 6rem);
}

/* Default H3 heading (category name) */
.snk-section_newsTeaser h3.snk-section-headline {
  font-weight: 400;
  margin-top: 2rem;
}

.snk-section_newsTeaser .snk-section-heading:not(.snk-teaserList-heading)::after {
  height: 0;
  border-bottom: 1px solid #a4a7af;
  background-color: transparent;
}

/* Compress vertical padding when multiple news sections stack back-to-back */
.snk-section_newsTeaser:has(+ .snk-section_newsTeaser),
.snk-section_newsTeaser + .snk-section_newsTeaser {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
