.news-intro {
  max-width: 760px;
  margin: 0 0 2.2rem;
  color: var(--bs-secondary-color, #5d6670);
  font-size: 1.08rem;
  line-height: 1.7;
}

.quarto-listing-container-grid .quarto-grid-item {
  border: 1px solid rgba(30, 47, 67, 0.12);
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.35rem 1.2rem rgba(30, 47, 67, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.quarto-listing-container-grid .quarto-grid-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.65rem 1.6rem rgba(30, 47, 67, 0.12);
}

.quarto-listing-container-grid .card-img-top {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-event-meta {
  margin: 0.25rem 0 2rem;
  padding: 0.9rem 1.1rem;
  border-left: 3px solid var(--bs-primary, #246ba8);
  background: rgba(36, 107, 168, 0.06);
  color: var(--bs-secondary-color, #5d6670);
  line-height: 1.55;
}

.news-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.2rem 0 2rem;
}

.news-gallery > p {
  margin: 0;
}

.news-gallery img {
  display: block;
  width: 100%;
  height: clamp(250px, 31vw, 440px);
  object-fit: cover;
  border-radius: 0.55rem;
  box-shadow: 0 0.25rem 0.9rem rgba(30, 47, 67, 0.12);
}

.news-gallery-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 960px;
}

.news-gallery-single img {
  height: auto;
  max-height: none;
}

.news-back-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 700px) {
  .news-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-gallery img {
    height: auto;
    max-height: none;
  }
}



body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.65;
}

p {
  margin-bottom: 1.1rem;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h1 {
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
}

h3 {
  margin-top: 1.7rem;
}

.navbar {
  font-size: 0.96rem;
}

.navbar-nav .nav-link {
  font-size: 1.15rem;
  font-weight: 500;
}