/* Category editorial content only; existing rich-text links and headings remain usable. */
.sd-site .sd-category-content {
  box-sizing: border-box;
  margin: 0 0 36px;
  padding: 32px 40px;
  border: 1px solid var(--line, #d8e2e9);
  border-radius: 12px;
  background: #fff;
  color: var(--ink, #263740);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
.sd-category-content__body { max-width: 920px; margin: 0 auto; }
.sd-site .sd-category-content p { margin: 0 0 1.35em; font-size: inherit; line-height: inherit; }
.sd-site .sd-category-content__body > p:first-child { font-size: 19px; line-height: 1.75; }
.sd-site .sd-category-content h2, .sd-site .sd-category-content h3,
.sd-site .sd-category-content h4 { margin: 1.4em 0 .65em; line-height: 1.35; }
.sd-site .sd-category-content ul, .sd-site .sd-category-content ol { margin: 0 0 1.35em; padding-left: 1.5em; }
.sd-site .sd-category-content li { margin: .35em 0; }
.sd-site .sd-category-content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border: 0;
  border-left: 3px solid #ffc55b;
  border-radius: 0 8px 8px 0;
  background: #fff8e9;
  color: inherit;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
}
.sd-site .sd-category-content blockquote::before,
.sd-site .sd-category-content blockquote::after { content: none; }
.sd-site .sd-category-content__body > :first-child { margin-top: 0; }
.sd-site .sd-category-content__body > :last-child,
.sd-site .sd-category-content blockquote > :last-child { margin-bottom: 0; }
.sd-site .sd-category-content img { max-width: 100%; height: auto; }
@media (max-width: 600px) {
  .sd-site .sd-category-content { padding: 22px 20px; margin-bottom: 28px; font-size: 16px; line-height: 1.75; }
  .sd-site .sd-category-content__body > p:first-child { font-size: 18px; }
  .sd-site .sd-category-content blockquote { padding: 16px; }
}
