.editorial-trust-card,
.citation-summary,
.topic-visual,
.contextual-next-step,
.local-nap-strip {
  box-sizing: border-box;
}

.editorial-trust-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem 1rem;
  max-width: 1120px;
  margin: 1.25rem auto;
  padding: .85rem 1.1rem;
  border: 1px solid #ded6c5;
  border-radius: 4px;
  background: #fbfaf6;
  color: #35332f;
  font: 500 .86rem/1.5 "DM Sans", Arial, sans-serif;
}

.editorial-trust-card strong { color: #1a2233; }
.editorial-trust-card time { white-space: nowrap; }
.editorial-trust-card a { color: #70572f; text-underline-offset: 3px; }
.editorial-trust-card .editorial-separator { color: #a38e66; }

.citation-summary {
  max-width: 1120px;
  margin: 1.5rem auto;
  padding: 1.25rem 1.4rem;
  border-left: 4px solid #a98a53;
  background: #f6f2e9;
  color: #272727;
}

.citation-summary h2 {
  margin: 0 0 .55rem;
  color: #1a2233;
  font: 600 clamp(1.25rem, 2vw, 1.65rem)/1.2 "Cormorant Garamond", Georgia, serif;
}

.citation-summary p {
  margin: 0;
  font: 400 1rem/1.72 "DM Sans", Arial, sans-serif;
}

.topic-visual {
  max-width: 1120px;
  margin: 1.75rem auto 2.25rem;
}

.topic-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ded6c5;
  border-radius: 6px;
  background: #f6f2e9;
}

.topic-visual figcaption {
  margin-top: .55rem;
  color: #5d5a53;
  font: 400 .82rem/1.5 "DM Sans", Arial, sans-serif;
}

.contextual-next-step {
  max-width: 920px;
  margin: 2.5rem auto;
  padding: 1.5rem;
  border: 1px solid #cbb98e;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.contextual-next-step h2 { margin: 0 0 .5rem; color: #1a2233; }
.contextual-next-step p { margin: 0 auto 1rem; max-width: 720px; }
.contextual-next-step a {
  display: inline-block;
  min-height: 48px;
  padding: .82rem 1.25rem;
  border-radius: 3px;
  background: #1a2233;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.local-nap-strip {
  max-width: 1180px;
  margin: 1rem auto;
  padding: .85rem 1rem;
  border-top: 1px solid rgba(203, 185, 142, .35);
  border-bottom: 1px solid rgba(203, 185, 142, .35);
  color: inherit;
  font: normal 400 .8rem/1.6 "DM Sans", Arial, sans-serif;
  text-align: center;
}

.local-nap-strip a { color: inherit; text-underline-offset: 3px; }

.faq-question[role="button"]:focus-visible {
  outline: 3px solid #b8935a;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .editorial-trust-card,
  .citation-summary,
  .topic-visual,
  .contextual-next-step {
    width: calc(100% - 2rem) !important;
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .editorial-trust-card { display: block; }
  .editorial-trust-card > * { display: inline; }
  .editorial-trust-card a {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  main table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .editorial-trust-card .editorial-separator { margin: 0 .35rem; }
}
