.editorial-page {
  background: #fff;
  color: #222;
}

.editorial-wrap {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.editorial-hero {
  padding: 64px 0 48px;
  background: #f7f3ef;
  border-bottom: 1px solid #eadfd7;
}

.editorial-hero h1 {
  max-width: 900px;
  margin: 18px 0 10px;
  color: #b82132;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.65rem);
  line-height: 1.12;
}

.editorial-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #5d5550;
  font-size: .92rem;
}

.editorial-breadcrumb a,
.editorial-related a,
.editorial-sitemap a {
  color: #a7192a;
}

.editorial-byline {
  color: #5d5550;
  font-size: .95rem;
}

.editorial-feature {
  max-width: 840px;
  margin: 32px 0 0;
}

.editorial-feature img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.editorial-inline-image {
  margin: 2rem 0;
}

.editorial-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 1fr);
  gap: 56px;
  align-items: start;
  padding-block: 56px 72px;
}

.editorial-article .editorial-layout {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.editorial-location .editorial-layout {
  grid-template-columns: minmax(0, 1fr);
}

.editorial-location .editorial-body {
  width: min(820px, 100%);
  margin-inline: auto;
}

.editorial-body {
  font-size: 1.08rem;
  line-height: 1.75;
}

.editorial-body h2 {
  margin: 2.25em 0 .65em;
  color: #b82132;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.25;
}

.editorial-body h3 {
  margin: 1.8em 0 .55em;
  color: #25201d;
  font-size: 1.25rem;
  line-height: 1.35;
}

.editorial-body p,
.editorial-body ul {
  margin: 0 0 1.15em;
}

.editorial-body li {
  margin-bottom: .55em;
}

.editorial-quote {
  width: 100%;
}

.editorial-quote .gb-container-442aa6ca {
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-image: linear-gradient(90deg, rgb(255 255 255 / 10%), rgb(0 0 0 / 30%));
}

.editorial-quote .gb-container-442aa6ca::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: url("/wp-content/uploads/2024/07/1024x1024-copy.webp") center / cover no-repeat;
}

.editorial-related {
  padding: 44px 0 52px;
  background: #f7f3ef;
}

.editorial-related h2,
.editorial-sitemap h2 {
  color: #b82132;
  font-family: Merriweather, Georgia, serif;
}

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

.editorial-related li {
  padding: 18px;
  background: #fff;
  border: 1px solid #eadfd7;
}

.editorial-cta {
  display: inline-block;
  padding: 12px 20px;
  background: #b82132;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.editorial-sitemap {
  margin-top: 36px;
}

@media (max-width: 900px) {
  .editorial-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .editorial-quote {
    position: static;
  }
}

@media (max-width: 640px) {
  .editorial-wrap {
    width: min(100% - 28px, 1120px);
  }
  .editorial-hero {
    padding: 40px 0 32px;
  }
  .editorial-layout {
    padding-block: 38px 48px;
  }
  .editorial-body {
    font-size: 1rem;
    line-height: 1.68;
  }
  .editorial-related ul {
    grid-template-columns: 1fr;
  }
}
