/* Small, intentional overrides kept separate from the base theme stylesheet. */
.news-card .card-image {
  display: block;
  flex: 0 0 170px;
  background: linear-gradient(135deg, #2a4653, #b89853) center / cover;
}

.news-card .card-content h3,
.news-card .card-content h3 a {
  font-family: "DM Serif Display", serif !important;
  font-size: 1.65rem !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
}

/* Give the descender in “Klang” and the umlaut in “München” breathing room. */
.hero-copy h1 {
  line-height: 1.04;
}

.hero-copy h1 em {
  display: inline-block;
  margin-top: .06em;
}

.calendar-note {
  max-width: 700px;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.calendar-note h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  margin-bottom: 1rem;
}

.calendar-note > p:not(.eyebrow) {
  max-width: 38rem;
  color: #52615f;
  line-height: 1.65;
}

.calendar-fineprint {
  margin-top: 1.25rem;
  font-size: .8rem;
  color: #73807d !important;
}

.calendar-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
