:root {
  --thp-guide-ink: #13251f;
  --thp-guide-muted: #53645e;
  --thp-guide-forest: #0d5c45;
  --thp-guide-forest-dark: #083d30;
  --thp-guide-mint: #dff4e9;
  --thp-guide-sand: #f7f1e7;
  --thp-guide-gold: #d9a441;
  --thp-guide-white: #ffffff;
  --thp-guide-border: #d9e2dd;
  --thp-guide-shadow: 0 22px 60px rgba(19, 37, 31, 0.12);
  --thp-guide-radius-sm: 12px;
  --thp-guide-radius: 22px;
  --thp-guide-radius-lg: 34px;
  --thp-guide-frame: 1200px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body.thp-guide-document {
  margin: 0;
  color: var(--thp-guide-ink);
  background: #fbfcfa;
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.thp-guide-document.thp-guide-menu-open {
  overflow: hidden;
}

.thp-guide-document *,
.thp-guide-document *::before,
.thp-guide-document *::after {
  box-sizing: border-box;
}

.thp-guide-document img {
  display: block;
  max-width: 100%;
}

.thp-guide-document a {
  color: var(--thp-guide-forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.thp-guide-document a:hover {
  color: var(--thp-guide-forest-dark);
}

.thp-guide-document a:focus-visible,
.thp-guide-document button:focus-visible,
.thp-guide-document summary:focus-visible {
  outline: 3px solid #063f31;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #ffffff;
}

.thp-guide-document button {
  font: inherit;
}

.thp-guide-frame,
.thp-guide-header-inner,
.thp-guide-footer-inner,
.thp-guide-footer-bottom {
  width: min(calc(100% - 40px), var(--thp-guide-frame));
  margin-inline: auto;
}

.thp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.thp-guide-skip-link {
  position: fixed;
  z-index: 10000;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--thp-guide-white);
  background: var(--thp-guide-forest-dark);
  transform: translateY(-160%);
}

.thp-guide-skip-link:focus {
  transform: translateY(0);
}

.thp-guide-header {
  position: sticky;
  z-index: 1000;
  inset-block-start: 0;
  border-block-end: 1px solid rgba(13, 92, 69, 0.12);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.thp-guide-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.thp-guide-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--thp-guide-ink) !important;
  text-decoration: none;
}

.thp-guide-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--thp-guide-white);
  background: var(--thp-guide-forest);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.thp-guide-brand strong,
.thp-guide-brand small {
  display: block;
  line-height: 1.15;
}

.thp-guide-brand strong {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.thp-guide-brand small {
  margin-block-start: 4px;
  color: var(--thp-guide-muted);
  font-size: 12px;
}

.thp-guide-desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-inline-start: auto;
}

.thp-guide-desktop-nav a {
  color: var(--thp-guide-ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.thp-guide-desktop-nav a:hover {
  color: var(--thp-guide-forest);
}

.thp-guide-menu-toggle {
  display: none !important;
  width: 46px;
  height: 46px;
  margin-inline-start: auto;
  border: 1px solid var(--thp-guide-border);
  border-radius: 13px;
  color: var(--thp-guide-ink);
  background: var(--thp-guide-white);
  cursor: pointer;
}

.thp-guide-menu-toggle[hidden] {
  display: none !important;
}

.thp-guide-menu-toggle > span:first-child,
.thp-guide-menu-toggle > span:first-child::before,
.thp-guide-menu-toggle > span:first-child::after {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.thp-guide-menu-toggle > span:first-child {
  position: relative;
  display: block;
  margin-inline: auto;
}

.thp-guide-menu-toggle > span:first-child::before,
.thp-guide-menu-toggle > span:first-child::after {
  content: "";
  inset-inline-start: 0;
}

.thp-guide-menu-toggle > span:first-child::before {
  inset-block-start: -7px;
}

.thp-guide-menu-toggle > span:first-child::after {
  inset-block-start: 7px;
}

.thp-guide-mobile-shell[hidden] {
  display: none !important;
}

.thp-guide-mobile-shell {
  position: fixed;
  z-index: 1200;
  inset: 0;
}

.thp-guide-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 24, 18, 0.62);
}

.thp-guide-mobile-panel {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(88vw, 390px);
  padding: 26px;
  background: var(--thp-guide-white);
  box-shadow: -20px 0 50px rgba(5, 24, 18, 0.24);
  overflow-y: auto;
}

.thp-guide-mobile-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 20px;
  border-block-end: 1px solid var(--thp-guide-border);
}

.thp-guide-mobile-heading strong {
  font-size: 20px;
}

.thp-guide-mobile-heading button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--thp-guide-ink);
  background: var(--thp-guide-sand);
  cursor: pointer;
}

.thp-guide-close-icon {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}

.thp-guide-close-icon::before,
.thp-guide-close-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.thp-guide-close-icon::before {
  transform: rotate(45deg);
}

.thp-guide-close-icon::after {
  transform: rotate(-45deg);
}

.thp-guide-mobile-panel nav {
  display: grid;
  gap: 4px;
  margin-block-start: 20px;
}

.thp-guide-mobile-panel nav a {
  padding: 14px 12px;
  border-radius: 10px;
  color: var(--thp-guide-ink);
  font-weight: 700;
  text-decoration: none;
}

.thp-guide-mobile-panel nav a:hover {
  color: var(--thp-guide-forest-dark);
  background: var(--thp-guide-mint);
}

.thp-guide-breadcrumbs {
  padding-block: 22px 16px;
}

.thp-guide-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--thp-guide-muted);
  font-size: 13px;
}

.thp-guide-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.thp-guide-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: #98a69f;
}

.thp-guide-breadcrumbs a {
  color: var(--thp-guide-muted);
}

.thp-guide-hero {
  padding-block: 20px 78px;
  overflow: hidden;
}

.thp-guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
}

.thp-guide-kicker,
.thp-guide-section-heading > p,
.thp-guide-answer > div > p {
  margin: 0 0 12px;
  color: var(--thp-guide-forest);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thp-guide-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.thp-guide-lede {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--thp-guide-muted);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.65;
}

.thp-guide-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
  color: var(--thp-guide-muted);
  font-size: 13px;
}

.thp-guide-date span {
  font-weight: 700;
}

.thp-guide-hero-media {
  position: relative;
  margin: 0;
}

.thp-guide-hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% -6% -7% 13%;
  border-radius: var(--thp-guide-radius-lg);
  background: var(--thp-guide-mint);
  transform: rotate(-2deg);
}

.thp-guide-hero-media img {
  width: 100%;
  aspect-ratio: 1717 / 916;
  border-radius: var(--thp-guide-radius-lg);
  object-fit: cover;
  box-shadow: var(--thp-guide-shadow);
}

.thp-guide-answer {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: 42px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--thp-guide-radius-lg);
  color: var(--thp-guide-white);
  background: var(--thp-guide-forest-dark);
}

.thp-guide-answer h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.2;
}

.thp-guide-answer > div > p {
  color: #8bd8b9;
}

.thp-guide-answer > p {
  margin: 0;
  color: #eef8f4;
  font-size: 20px;
  line-height: 1.75;
}

.thp-guide-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 0;
  padding: 0;
  border: 1px solid var(--thp-guide-border);
  border-radius: var(--thp-guide-radius);
  background: var(--thp-guide-white);
  overflow: hidden;
}

.thp-guide-facts > div {
  min-height: 128px;
  padding: 24px;
}

.thp-guide-facts > div:not(:last-child) {
  border-inline-end: 1px solid var(--thp-guide-border);
}

.thp-guide-facts dt {
  color: var(--thp-guide-muted);
  font-size: 13px;
  font-weight: 700;
}

.thp-guide-facts dd {
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.thp-guide-content-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(42px, 7vw, 88px);
  padding-block: 90px;
}

.thp-guide-sidebar {
  min-width: 0;
}

.thp-guide-toc {
  position: sticky;
  inset-block-start: 110px;
  padding: 24px;
  border: 1px solid var(--thp-guide-border);
  border-radius: var(--thp-guide-radius);
  background: var(--thp-guide-white);
}

.thp-guide-toc > strong {
  display: block;
  margin-block-end: 14px;
  font-size: 16px;
}

.thp-guide-toc ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thp-guide-toc a {
  display: block;
  padding: 8px 11px;
  border-inline-start: 3px solid transparent;
  border-radius: 6px;
  color: var(--thp-guide-muted);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.thp-guide-toc a:hover,
.thp-guide-toc a.is-active {
  border-inline-start-color: var(--thp-guide-forest);
  color: var(--thp-guide-forest-dark);
  background: var(--thp-guide-mint);
}

.thp-guide-sections {
  min-width: 0;
}

.thp-guide-section {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  scroll-margin-top: 110px;
}

.thp-guide-section + .thp-guide-section {
  margin-block-start: 78px;
  padding-block-start: 78px;
  border-block-start: 1px solid var(--thp-guide-border);
}

.thp-guide-section-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--thp-guide-forest-dark);
  background: var(--thp-guide-mint);
  font-size: 13px;
  font-weight: 800;
}

.thp-guide-section h2 {
  margin: 0 0 24px;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.thp-guide-section h3 {
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 1.4;
}

.thp-guide-section p {
  margin: 0;
  color: #31433d;
}

.thp-guide-section p + p {
  margin-block-start: 18px;
}

.thp-guide-list-group {
  margin-block-start: 30px;
  padding: 26px;
  border-radius: var(--thp-guide-radius);
  background: var(--thp-guide-sand);
}

.thp-guide-list-group ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thp-guide-list-group li {
  position: relative;
  padding-inline-start: 26px;
  color: #31433d;
}

.thp-guide-list-group li::before {
  content: "";
  position: absolute;
  inset-block-start: 0.72em;
  inset-inline-start: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--thp-guide-forest);
}

.thp-guide-steps {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
}

.thp-guide-steps li {
  position: relative;
  min-height: 86px;
  padding: 20px 74px 20px 22px;
  border: 1px solid var(--thp-guide-border);
  border-radius: var(--thp-guide-radius-sm);
  background: var(--thp-guide-white);
  counter-increment: guide-step;
}

.thp-guide-steps li::before {
  content: counter(guide-step);
  position: absolute;
  inset-block-start: 19px;
  inset-inline-start: 20px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--thp-guide-white);
  background: var(--thp-guide-forest);
  font-size: 14px;
  font-weight: 800;
}

.thp-guide-steps strong {
  display: block;
  margin-block-end: 5px;
}

.thp-guide-steps p {
  font-size: 16px;
}

.thp-guide-callout {
  margin-block-start: 30px;
  padding: 22px 24px;
  border-inline-start: 5px solid var(--thp-guide-gold);
  border-radius: var(--thp-guide-radius-sm);
  background: #fff8e9;
}

.thp-guide-callout-current {
  border-inline-start-color: var(--thp-guide-forest);
  background: var(--thp-guide-mint);
}

.thp-guide-callout-history {
  border-inline-start-color: #7b6f9e;
  background: #f1eef9;
}

.thp-guide-callout strong {
  display: block;
  margin-block-end: 5px;
}

.thp-guide-callout p {
  font-size: 16px;
}

.thp-guide-contextual-links {
  max-width: 920px;
  margin-block: 48px;
  font-size: 17px;
  line-height: 1.9;
}

.thp-guide-contextual-links p {
  margin: 0;
  color: #31433d;
}

.thp-guide-contextual-links p + p {
  margin-block-start: 14px;
}

.thp-guide-contextual-links a,
.thp-guide-contextual-links [data-thp-contextual-unlinked] {
  color: var(--thp-guide-forest);
  font-weight: 800;
}

.thp-guide-contextual-links a:hover {
  color: var(--thp-guide-ink);
}

.thp-guide-questions,
.thp-guide-related,
.thp-guide-sources {
  padding-block: 78px;
  border-block-start: 1px solid var(--thp-guide-border);
}

.thp-guide-section-heading {
  max-width: 760px;
  margin-block-end: 34px;
}

.thp-guide-section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.thp-guide-question-list {
  max-width: 920px;
  border-block-start: 1px solid var(--thp-guide-border);
}

.thp-guide-question-list details {
  border-block-end: 1px solid var(--thp-guide-border);
}

.thp-guide-question-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-size: 19px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.thp-guide-question-list summary::-webkit-details-marker {
  display: none;
}

.thp-guide-question-list summary::before,
.thp-guide-question-list summary::after {
  content: "";
  position: absolute;
  inset-inline-start: 10px;
  inset-block-start: 50%;
  width: 16px;
  height: 2px;
  background: var(--thp-guide-forest);
  transition: transform 160ms ease;
}

.thp-guide-question-list summary::after {
  transform: rotate(90deg);
}

.thp-guide-question-list details[open] summary::after {
  transform: rotate(0deg);
}

.thp-guide-question-list details > p {
  max-width: 820px;
  margin: -4px 48px 24px 0;
  color: var(--thp-guide-muted);
}

.thp-guide-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.thp-guide-related-grid a {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--thp-guide-border);
  border-radius: var(--thp-guide-radius);
  color: var(--thp-guide-ink);
  background: var(--thp-guide-white);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.thp-guide-related-grid a:hover {
  border-color: #9cb8ad;
  color: var(--thp-guide-ink);
  box-shadow: 0 18px 42px rgba(19, 37, 31, 0.09);
  transform: translateY(-3px);
}

.thp-guide-related-grid span {
  color: var(--thp-guide-forest);
  font-size: 13px;
  font-weight: 800;
}

.thp-guide-related-grid strong {
  margin-block-start: 13px;
  font-size: 22px;
  line-height: 1.35;
}

.thp-guide-related-grid small {
  margin-block-start: auto;
  padding-block-start: 22px;
  color: var(--thp-guide-muted);
  font-size: 14px;
}

.thp-guide-sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thp-guide-sources li {
  border-block-end: 1px solid var(--thp-guide-border);
}

.thp-guide-sources li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

.thp-guide-sources li strong,
.thp-guide-sources li span {
  display: block;
}

.thp-guide-sources li strong {
  color: var(--thp-guide-ink);
  font-size: 15px;
}

.thp-guide-sources li span {
  margin-block-start: 3px;
  color: var(--thp-guide-muted);
  font-size: 13px;
}

.thp-guide-reviewed {
  margin: 22px 0 0;
  color: var(--thp-guide-muted);
  font-size: 13px;
}

.thp-guide-footer {
  margin-block-start: 40px;
  color: #dcebe5;
  background: #0a2f25;
}

.thp-guide-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.4fr);
  gap: 60px;
  padding-block: 64px;
}

.thp-guide-footer-brand > a {
  color: var(--thp-guide-white);
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
}

.thp-guide-footer-brand p {
  max-width: 520px;
  margin: 12px 0 0;
  color: #b6ccc4;
}

.thp-guide-footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.thp-guide-footer nav strong {
  margin-block-end: 6px;
  color: var(--thp-guide-white);
}

.thp-guide-footer nav a,
.thp-guide-footer-bottom a {
  color: #cfe4dc;
}

.thp-guide-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-block-start: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 13px;
}

.thp-guide-footer-bottom p {
  margin: 0;
}

@media (max-width: 980px) {
  html:not(.thp-guides-enhanced) .thp-guide-header-inner {
    flex-wrap: wrap;
    padding-block: 10px;
  }

  html:not(.thp-guides-enhanced) .thp-guide-desktop-nav {
    order: 3;
    width: 100%;
    display: flex;
    gap: 22px;
    margin-inline-start: 0;
    padding-block: 4px 7px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
  }

  html.thp-guides-enhanced .thp-guide-desktop-nav {
    display: none;
  }

  html.thp-guides-enhanced .thp-guide-menu-toggle:not([hidden]) {
    display: block !important;
  }

  .thp-guide-hero-grid {
    grid-template-columns: 1fr;
  }

  .thp-guide-hero-media {
    max-width: 760px;
  }

  .thp-guide-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thp-guide-facts > div:nth-child(2n) {
    border-inline-end: 0;
  }

  .thp-guide-facts > div:nth-child(-n + 2) {
    border-block-end: 1px solid var(--thp-guide-border);
  }

  .thp-guide-content-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .thp-guide-toc {
    position: static;
  }
}

@media (max-width: 680px) {
  body.thp-guide-document {
    font-size: 17px;
  }

  .thp-guide-frame,
  .thp-guide-header-inner,
  .thp-guide-footer-inner,
  .thp-guide-footer-bottom {
    width: min(calc(100% - 28px), var(--thp-guide-frame));
  }

  .thp-guide-header-inner {
    min-height: 68px;
  }

  .thp-guide-brand-mark {
    width: 38px;
    height: 38px;
  }

  .thp-guide-brand strong {
    font-size: 18px;
  }

  .thp-guide-hero {
    padding-block: 12px 52px;
  }

  .thp-guide-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .thp-guide-hero-media::before {
    inset: 9% -2% -5% 9%;
  }

  .thp-guide-hero-media img {
    border-radius: var(--thp-guide-radius);
  }

  .thp-guide-answer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
    border-radius: var(--thp-guide-radius);
  }

  .thp-guide-answer > p {
    font-size: 18px;
  }

  .thp-guide-facts {
    grid-template-columns: 1fr;
  }

  .thp-guide-facts > div,
  .thp-guide-facts > div:nth-child(2n) {
    min-height: 0;
    border-inline-end: 0;
    border-block-end: 1px solid var(--thp-guide-border);
  }

  .thp-guide-facts > div:last-child {
    border-block-end: 0;
  }

  .thp-guide-content-grid {
    padding-block: 62px;
  }

  .thp-guide-toc {
    padding: 20px;
  }

  .thp-guide-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .thp-guide-section + .thp-guide-section {
    margin-block-start: 56px;
    padding-block-start: 56px;
  }

  .thp-guide-section-number {
    width: 40px;
    height: 40px;
  }

  .thp-guide-section h2 {
    font-size: 31px;
  }

  .thp-guide-list-group {
    padding: 22px;
  }

  .thp-guide-steps li {
    padding: 68px 20px 20px;
  }

  .thp-guide-steps li::before {
    inset-block-start: 17px;
    inset-inline-start: 20px;
  }

  .thp-guide-question-list summary {
    padding-inline-end: 0;
    padding-inline-start: 40px;
  }

  .thp-guide-question-list details > p {
    margin-inline: 0;
  }

  .thp-guide-related-grid,
  .thp-guide-sources ul,
  .thp-guide-footer-inner {
    grid-template-columns: 1fr;
  }

  .thp-guide-related-grid a {
    min-height: 170px;
    padding: 23px;
  }

  .thp-guide-footer-inner {
    gap: 36px;
    padding-block: 48px;
  }

  .thp-guide-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 981px) {
  .thp-guide-menu-toggle {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .thp-guide-document *,
  .thp-guide-document *::before,
  .thp-guide-document *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .thp-guide-header,
  .thp-guide-footer,
  .thp-guide-sidebar,
  .thp-guide-related {
    display: none !important;
  }

  body.thp-guide-document {
    color: #000;
    background: #fff;
    font-size: 12pt;
  }

  .thp-guide-frame {
    width: 100%;
  }

  .thp-guide-hero,
  .thp-guide-content-grid,
  .thp-guide-questions,
  .thp-guide-sources {
    padding-block: 20px;
  }

  .thp-guide-hero-grid,
  .thp-guide-content-grid {
    display: block;
  }

  .thp-guide-hero-media {
    max-width: 55%;
    margin-block-start: 20px;
  }
}
