body.single-post,
body.single-post .sa-site-main,
.sa-article-page {
  background: #fff;
  color: #10291d;
}

.sa-article {
  margin: 0;
  padding: clamp(46px, 5vw, 78px) 0 clamp(72px, 8vw, 120px);
}

.sa-article__header {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto clamp(28px, 3.5vw, 48px);
}

.sa-article__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 20px;
  color: #557066;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.sa-article__breadcrumbs a {
  color: #23783c;
  text-decoration: none;
}

.sa-article__breadcrumbs a:hover,
.sa-article__breadcrumbs a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sa-article__header h1 {
  max-width: 18ch;
  margin: 0 !important;
  color: #10291d !important;
  font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif !important;
  font-size: clamp(42px, 5.3vw, 72px) !important;
  font-weight: 950 !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  text-transform: none;
  overflow-wrap: anywhere;
}

.sa-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 22px;
  color: #5b6e65;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.sa-article__featured {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto clamp(44px, 5vw, 72px);
}

.sa-article__featured-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px solid #10291d;
  border-radius: 6px;
  background: #eef4f0;
  object-fit: cover;
  object-position: center;
}

.sa-article__featured figcaption {
  margin-top: 9px;
  color: #64766e;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.sa-article__layout {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.sa-article__content {
  color: #263e33;
  font-family: AvenirNextLTPro, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.sa-article__content > p:first-child {
  color: #10291d;
  font-size: 21px;
  line-height: 1.58;
}

.sa-article__content p,
.sa-article__content ul,
.sa-article__content ol,
.sa-article__content blockquote {
  margin: 0 0 24px !important;
}

.sa-article__content h2 {
  margin: 52px 0 18px !important;
  color: #10291d !important;
  font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-transform: none;
  scroll-margin-top: 24px;
}

.sa-article__content h3 {
  margin: 34px 0 12px !important;
  color: #183c2d !important;
  font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.sa-article__content a:not(.sa-article-cta a) {
  color: #23783c;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sa-article__content ul,
.sa-article__content ol {
  padding-left: 24px;
}

.sa-article__content li + li {
  margin-top: 8px;
}

.sa-article__content blockquote {
  border-left: 4px solid #fff001;
  padding: 4px 0 4px 22px;
  color: #334f42;
  font-size: 20px;
}

.sa-article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 34px 0 !important;
  border-left: 5px solid #fff001;
  border-radius: 4px;
  padding: 18px 20px;
  background: #f1f6f3;
}

.sa-article-cta div {
  display: grid;
  gap: 3px;
}

.sa-article-cta strong {
  color: #10291d;
  font-size: 17px;
  line-height: 1.25;
}

.sa-article-cta span {
  color: #486057;
  font-size: 14px;
  line-height: 1.4;
}

.sa-article-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid #10291d;
  border-radius: 4px;
  padding: 9px 14px;
  background: #fff001;
  color: #10291d !important;
  font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.sa-article-cta a:hover,
.sa-article-cta a:focus-visible {
  background: #10291d;
  color: #fff !important;
}

.sa-article-author {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: clamp(58px, 7vw, 90px);
  border: 2px solid #10291d;
  border-radius: 6px;
  padding: 26px;
  background: #fff;
  box-shadow: 8px 8px 0 rgb(16 41 29 / 8%);
}

.sa-article-author__mark {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  overflow: hidden;
  border-radius: 4px;
  background: #fff001;
}

.sa-article-author__mark img {
  display: block;
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.sa-article-author__mark span {
  font-size: 30px;
  font-weight: 950;
}

.sa-article-author__eyebrow {
  margin: 0 0 4px !important;
  color: #23783c;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.sa-article-author h2 {
  margin: 0 0 8px !important;
  color: #10291d !important;
  font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif !important;
  font-size: 25px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.sa-article-author p:not(.sa-article-author__eyebrow) {
  margin: 0 0 10px !important;
  color: #435a50;
  font-size: 14px;
  line-height: 1.55;
}

.sa-article-author a {
  color: #23783c;
  font-size: 13px;
  font-weight: 900;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .sa-article {
    padding: 34px 0 68px;
  }

  .sa-article__header,
  .sa-article__featured,
  .sa-article__layout {
    width: calc(100% - 32px);
  }

  .sa-article__header {
    margin-bottom: 24px;
  }

  .sa-article__breadcrumbs {
    margin-bottom: 16px;
  }

  .sa-article__header h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1 !important;
  }

  .sa-article__meta {
    gap: 6px;
    margin-top: 16px;
    font-size: 12px;
  }

  .sa-article__featured {
    margin-bottom: 38px;
  }

  .sa-article__featured-image {
    aspect-ratio: 4 / 3;
  }

  .sa-article__content {
    font-size: 17px;
    line-height: 1.68;
  }

  .sa-article__content > p:first-child {
    font-size: 19px;
  }

  .sa-article__content h2 {
    margin-top: 44px !important;
    font-size: 28px !important;
  }

  .sa-article__content h3 {
    font-size: 21px !important;
  }

  .sa-article-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    padding: 17px;
  }

  .sa-article-cta a {
    width: 100%;
  }

  .sa-article-author {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .sa-article-author__mark {
    width: 76px;
    height: 76px;
  }

  .sa-article-author__mark img {
    width: 64px;
    height: 64px;
  }

  .sa-article-author h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 420px) {
  .sa-article-author {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Editorial sidebar and corrected author mark. */
.sa-article__layout { display: grid; width: min(1180px, calc(100% - 40px)); grid-template-columns: minmax(0, 820px) minmax(260px, 300px); gap: 52px; align-items: start; }
.sa-article__main-column { min-width: 0; }
.sa-article-author { grid-template-columns: 132px minmax(0, 1fr); }
.sa-article-author__mark { width: 132px; height: 96px; overflow: visible; background: transparent; }
.sa-article-author__mark img { width: 100%; height: 100%; object-fit: contain; }
.sa-article-sidebar { display: grid; gap: 24px; position: sticky; top: 28px; }
.sa-article-sidebar__section,
.sa-samples-card { border: 1px solid #cbd7d0; border-radius: 6px; padding: 22px; background: #fff; }
.sa-article-sidebar__eyebrow,
.sa-samples-card > p { margin: 0 0 6px !important; color: #23783c; font-size: 11px; font-weight: 950; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.sa-article-sidebar h2,
.sa-samples-card h2 { margin: 0 0 18px !important; color: #10291d !important; font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif !important; font-size: 22px !important; font-weight: 950 !important; line-height: 1.1 !important; letter-spacing: 0 !important; }
.sa-related-posts { display: grid; }
.sa-related-post { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid #dce5df; }
.sa-related-post:first-child { padding-top: 0; border-top: 0; }
.sa-related-post:last-child { padding-bottom: 0; }
.sa-related-post__image { display: block; width: 84px; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; background: #f0f5f2; }
.sa-related-post__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sa-related-post__image span { display: grid; height: 100%; place-items: center; color: #10291d; font-size: 10px; font-weight: 900; }
.sa-related-post h3 { margin: 0 0 5px !important; font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif !important; font-size: 15px !important; font-weight: 900 !important; line-height: 1.2 !important; letter-spacing: 0 !important; }
.sa-related-post h3 a { color: #10291d; text-decoration: none; }
.sa-related-post h3 a:hover,
.sa-related-post h3 a:focus-visible { color: #23783c; text-decoration: underline; text-underline-offset: 3px; }
.sa-related-post time { color: #6a7d73; font-size: 11px; font-weight: 600; }
.sa-samples-card { overflow: hidden; border-color: #10291d; background: #fff001; }
.sa-samples-card__image { display: block; margin: -22px -22px 18px; aspect-ratio: 16 / 9; overflow: hidden; background: #fff; }
.sa-samples-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sa-samples-card h2 { margin-bottom: 10px !important; }
.sa-samples-card > span { display: block; color: #294236; font-size: 14px; line-height: 1.45; }
.sa-samples-card__button { display: inline-flex; width: 100%; min-height: 44px; align-items: center; justify-content: center; margin-top: 18px; border: 2px solid #10291d; border-radius: 4px; padding: 10px 14px; background: #10291d; color: #fff !important; font-family: "Avenir bold", AvenirNextLTPro, Arial, sans-serif; font-size: 12px; font-weight: 950; line-height: 1.15; text-align: center; text-decoration: none !important; text-transform: uppercase; }
.sa-samples-card__button:hover,
.sa-samples-card__button:focus-visible { background: #fff; color: #10291d !important; }

@media (max-width: 1024px) {
  .sa-article__layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 32px; }
}

@media (max-width: 767px) {
  .sa-article__layout { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .sa-article-sidebar { position: static; gap: 18px; }
  .sa-article-sidebar__section,
  .sa-samples-card { padding: 20px; }
  .sa-samples-card__image { margin: -20px -20px 18px; }
  .sa-article-author { grid-template-columns: 94px minmax(0, 1fr); }
  .sa-article-author__mark { width: 94px; height: 70px; }
}

@media (max-width: 420px) {
  .sa-article-author { grid-template-columns: minmax(0, 1fr); }
  .sa-related-post { grid-template-columns: 76px minmax(0, 1fr); }
  .sa-related-post__image { width: 76px; }
}
