.latest-news {
  background: #fff;
  color: #171717;
}

/* Let typography inherit from theme */
.latest-news,
.latest-news * {
  font: inherit;
}

.latest-news__title,
.latest-news__sidebarTitle,
.latest-news__kicker,
.latest-news__date
 {
  font-family: LibreBaskerville-Regular, serif;
    font-weight: 400;
  line-height: inherit;
}

.latest-news__header {
  margin-bottom: 16px;
}

.latest-news__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #171717;
}

.latest-news__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 28px;
}

@media (max-width: 1024px) {
  .latest-news__grid { grid-template-columns: 1fr; }
}

.latest-news__featured {
  display: grid;
  gap: 18px;
}

.latest-news__card {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
}

.latest-news__cardLink {
  text-decoration: none;
  color: inherit;
  display: block;
}

.latest-news__thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .latest-news__thumb img { height: 260px; }
}

.latest-news__thumbFallback {
  height: 240px;
  background: rgba(52,142,211,0.10);
}

.latest-news__meta {
  padding: 16px 16px 18px;
}

.latest-news__kicker {
  display: inline-block;
font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #004789;
/* text-transform: uppercase;*/
  margin-bottom: 8px;
}

.latest-news__headline {
  margin: 0 0 10px;
/* /* font-size: 20px;
  line-height: 1.25;*/*/
  color: #171717;
}

.latest-news__date {
  font-size: 14px;
  color: rgba(23,23,23,0.75);
}

.latest-news__sidebar {
  border-left: 3px solid rgba(52,142,211,0.35);
  padding-left: 18px;
}

@media (max-width: 1024px) {
  .latest-news__sidebar {
    border-left: none;
    padding-left: 0;
    border-top: 3px solid rgba(52,142,211,0.35);
    padding-top: 18px;
  }
}

.latest-news__sidebarTitle {
  margin: 0 0 10px;
  font-size: 18px;
  color: #004789;
}

.latest-news__sidebarSection + .latest-news__sidebarSection {
  margin-top: 22px;
}

.latest-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-news__listItem {
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.latest-news__listItem:first-child {
  border-top: none;
  padding-top: 0;
}

.latest-news__listLink {
  font-weight: 600;
  color: #171717;
  text-decoration: none;
}

.latest-news__listLink:hover {
  color: #348ed3;
  text-decoration: underline;
}

.latest-news__listDate {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(23,23,23,0.70);
}

/* Featured layout: 2-up top row + 1 hero below */
.latest-news__featured {
  display: grid;
  gap: 18px;
}

.latest-news__featuredTop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 768px) {
  .latest-news__featuredTop {
    grid-template-columns: 1fr;
  }
}

.latest-news__featuredBottom {
  display: block;
}

/* Default card thumb height */
.latest-news__thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Hero card thumb height */
.latest-news__card--hero .latest-news__thumb img {
  height: 420px;
}

@media (max-width: 1024px) {
  .latest-news__thumb img { height: 240px; }
  .latest-news__card--hero .latest-news__thumb img { height: 320px; }
}
.latest-news {
  background: #fff;
  color: #171717;
  padding: 32px 10%;
}

.latest-news.alignwide,
.latest-news.alignfull {
  padding: 32px 24px;
}

@media (max-width: 768px) {
  .latest-news.alignwide,
  .latest-news.alignfull {
    padding: 24px 16px;
  }
}