.editorial-related-posts {
  border-top: 1px solid var(--editorial-border, #d8e2ef);
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-top: clamp(1.8rem, 3vw, 2.5rem);
}

.single-post .entry-content .editorial-related-posts > h2 {
  border: 0;
  color: var(--editorial-ink, #172033);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  margin: 0 0 1.35rem;
  padding: 0;
}

.single-post .entry-content .editorial-related-posts > h2::after { display: none; }

.editorial-related-posts ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.editorial-related-card {
  border: 1px solid var(--editorial-border, #d8e2ef);
  border-radius: var(--editorial-radius, 14px);
  min-width: 0;
  overflow: hidden;
}

.editorial-related-card > a {
  color: var(--editorial-ink, #172033);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.editorial-related-card > a:hover strong { text-decoration: underline; text-underline-offset: .18em; }

.editorial-related-image {
  aspect-ratio: 16 / 10;
  background: var(--editorial-soft, #eef5ff);
  display: block;
  overflow: hidden;
}

.editorial-related-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.editorial-related-card > a:hover .editorial-related-image img { transform: scale(1.025); }

.editorial-related-copy { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.editorial-related-eyebrow { color: var(--editorial-accent, #1769d2); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.editorial-related-copy strong { font-size: 1rem; line-height: 1.48; margin-top: .35rem; word-break: keep-all; }
.editorial-related-copy time { color: var(--editorial-muted, #5f6b7a); font-size: .76rem; margin-top: auto; padding-top: .8rem; }

.editorial-site-b .editorial-related-card { background: #fffdfb; }
.editorial-site-b .editorial-related-eyebrow { color: var(--editorial-accent, #b54b5f); }

@media (max-width: 760px) {
  .editorial-related-posts ul { grid-template-columns: 1fr; }
  .editorial-related-card > a { display: grid; grid-template-columns: minmax(110px, 34%) 1fr; }
  .editorial-related-image { aspect-ratio: 1 / 1; }
}
