:root {
  --review-paper: #f8f7f1;
  --review-ink: #18211d;
  --review-muted: #526159;
  --review-spruce: #0b6258;
  --review-gold: #c99a12;
  --review-coral: #c7665d;
  --review-rule: #bdcbc3;
  --review-rule-strong: #81968b;
  --review-serif: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --review-zh: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}

html.about-disclaimer-editorial,
html.about-disclaimer-editorial body,
html.about-disclaimer-editorial :is(.site-header, main, .content-block, .site-footer) {
  background: var(--review-paper);
  background-image: none;
}

html.about-disclaimer-editorial,
html.about-disclaimer-editorial body {
  color: var(--review-ink);
}

html.about-disclaimer-editorial body {
  font-size: 16px;
}

html.about-disclaimer-editorial .site-header {
  gap: 16px;
  padding-right: max(20px, calc((100% - 980px) / 2));
  padding-left: max(20px, calc((100% - 980px) / 2));
  border-bottom-color: var(--review-rule);
  box-shadow: none;
}

html.about-disclaimer-editorial .site-nav {
  gap: 2px 4px;
}

html.about-disclaimer-editorial .site-nav a {
  padding-right: 10px;
  padding-left: 10px;
}

html.about-disclaimer-editorial .site-nav a[aria-current="page"],
html.about-disclaimer-editorial body[data-page="about"] .site-nav a[data-nav="about"],
html.about-disclaimer-editorial body[data-page="disclaimer"] .site-nav a[data-nav="disclaimer"] {
  background: transparent;
  color: var(--review-spruce);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

html.about-disclaimer-editorial .site-language-menu summary,
html.about-disclaimer-editorial .nav-toggle,
html.about-disclaimer-editorial .site-language-menu__links {
  background: var(--review-paper);
}

html.about-disclaimer-editorial main.page.layout-standard {
  width: min(calc(100% - 48px), 900px);
  max-width: none;
  margin-inline: auto;
  padding: 30px 0 40px;
}

html.about-disclaimer-editorial main :is(h1, h2, h3, p) {
  margin-top: 0;
}

html.about-disclaimer-editorial main :is(h1, h2, h3) {
  color: var(--review-ink);
  font-family: var(--review-serif);
  letter-spacing: 0;
}

html[lang^="zh"].about-disclaimer-editorial main :is(h1, h2, h3) {
  font-family: var(--review-zh);
}

html.about-disclaimer-editorial .page-intro.hub-hero {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  margin: 0;
  padding: 26px 0 32px;
  border: 0;
  border-top: 2px solid var(--review-spruce);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.about-disclaimer-editorial .hub-hero__content {
  display: grid;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto auto;
  column-gap: 48px;
  align-items: end;
  max-width: none;
}

html.about-disclaimer-editorial .hub-hero__content .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 12px;
  color: var(--review-spruce);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

html[lang^="zh"].about-disclaimer-editorial .hub-hero__content .eyebrow {
  text-transform: none;
}

html.about-disclaimer-editorial .hub-hero__content h1 {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 14px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.02;
}

html.about-disclaimer-editorial .hub-hero__content > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: none;
  margin-bottom: 0;
  color: var(--review-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

html.about-disclaimer-editorial .about-stack {
  display: grid;
  gap: 0;
}

html.about-disclaimer-editorial .about-stack > .content-block {
  margin: 0;
  padding: 34px 0 40px;
  border: 0;
  border-top: 1px solid var(--review-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.about-disclaimer-editorial .about-stack > .content-block:last-child {
  padding-bottom: 8px;
}

html.about-disclaimer-editorial .about-stack > .content-block:nth-child(3n + 1) {
  --section-accent: var(--review-spruce);
}

html.about-disclaimer-editorial .about-stack > .content-block:nth-child(3n + 2) {
  --section-accent: var(--review-gold);
}

html.about-disclaimer-editorial .about-stack > .content-block:nth-child(3n) {
  --section-accent: var(--review-coral);
}

html.about-disclaimer-editorial .about-stack > .content-block h2 {
  max-width: none;
  margin-bottom: 18px;
  padding: 0 0 0 14px;
  border-left: 3px solid var(--section-accent, var(--review-spruce));
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.16;
}

html.about-disclaimer-editorial .about-stack > .content-block h2::before {
  content: none;
}

html.about-disclaimer-editorial .about-stack > .content-block > p,
html.about-disclaimer-editorial .about-stack > .content-block > ul {
  max-width: none;
}

html.about-disclaimer-editorial .about-stack p,
html.about-disclaimer-editorial .about-section-list {
  color: var(--review-muted);
  line-height: 1.65;
}

html.about-disclaimer-editorial .about-section-list {
  gap: 8px;
  margin-top: 18px;
  padding-left: 1.2rem;
}

html.about-disclaimer-editorial .about-mini-grid,
html.about-disclaimer-editorial .clarity-compact-list {
  gap: 24px 34px;
  margin-top: 24px;
}

html.about-disclaimer-editorial .about-mini-panel,
html.about-disclaimer-editorial .clarity-compact-list > div {
  padding-top: 14px;
  border-top: 2px solid var(--review-rule-strong);
}

html.about-disclaimer-editorial .about-mini-panel:nth-child(2),
html.about-disclaimer-editorial .clarity-compact-list > div:nth-child(3n + 2) {
  border-top-color: var(--review-gold);
}

html.about-disclaimer-editorial .about-mini-panel:nth-child(3),
html.about-disclaimer-editorial .clarity-compact-list > div:nth-child(3n) {
  border-top-color: var(--review-coral);
}

html.about-disclaimer-editorial .about-mini-panel h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.35;
}

html.about-disclaimer-editorial .about-mini-panel p,
html.about-disclaimer-editorial .clarity-compact-list span {
  color: var(--review-muted);
  font-size: 1rem;
  line-height: 1.55;
}

html.about-disclaimer-editorial .clarity-compact-list strong {
  margin-bottom: 6px;
  color: var(--review-ink);
}

html.about-disclaimer-editorial .disclaimer-list {
  border-bottom: 0;
}

html.about-disclaimer-editorial .disclaimer-item {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 34px;
  padding: 28px 0 30px;
  border-top: 1px solid var(--review-rule);
}

html.about-disclaimer-editorial .disclaimer-item:first-child {
  border-top: 2px solid var(--review-gold);
}

html.about-disclaimer-editorial .disclaimer-item:last-child {
  padding-bottom: 8px;
}

html.about-disclaimer-editorial .disclaimer-item h2 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.3;
}

html.about-disclaimer-editorial .disclaimer-item__copy {
  max-width: none;
}

html.about-disclaimer-editorial .disclaimer-item p {
  margin: 0 0 14px;
  color: var(--review-muted);
  line-height: 1.7;
}

html.about-disclaimer-editorial .disclaimer-item p:last-child {
  margin-bottom: 0;
}

html.about-disclaimer-editorial main a {
  color: var(--review-spruce);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html.about-disclaimer-editorial :where(a, button, summary):focus-visible {
  outline: 3px solid var(--review-spruce);
  outline-offset: 3px;
}

html.about-disclaimer-editorial .site-footer {
  border-top-color: var(--review-rule);
}

@media (max-width: 760px) {
  html.about-disclaimer-editorial main.page.layout-standard {
    width: min(calc(100% - 40px), 900px);
    padding-top: 22px;
  }

  html.about-disclaimer-editorial .hub-hero__content h1 {
    font-size: 2.5rem;
  }

  html.about-disclaimer-editorial .hub-hero__content {
    display: block;
  }

  html.about-disclaimer-editorial .hub-hero__content > p:last-child {
    font-size: 1rem;
  }

  html.about-disclaimer-editorial .about-mini-grid,
  html.about-disclaimer-editorial .clarity-compact-list,
  html.about-disclaimer-editorial .disclaimer-item {
    grid-template-columns: 1fr;
  }

  html.about-disclaimer-editorial .disclaimer-item {
    gap: 12px;
    padding-block: 24px 26px;
  }
}

@media print {
  html.about-disclaimer-editorial .site-header,
  html.about-disclaimer-editorial .site-footer {
    display: none;
  }

  html.about-disclaimer-editorial main.page.layout-standard {
    width: 100%;
    padding: 0;
  }

  html.about-disclaimer-editorial .about-mini-grid,
  html.about-disclaimer-editorial .clarity-compact-list,
  html.about-disclaimer-editorial .disclaimer-item {
    break-inside: avoid;
  }
}
