/* Reading layouts for the streamlined product, service and guide pages. */
.editorial-page .page-section { padding-block: 52px; }
.editorial-page .page-section > .shell > h2 { max-width: 30ch; margin: 0 0 20px; font-size: clamp(1.75rem, 3vw, 2.625rem); font-weight: 650; line-height: 1.16; letter-spacing: -.03em; }
.editorial-page .page-section > .shell > p,
.editorial-page .page-section > .shell > ol { max-width: 76ch; color: var(--muted); line-height: 1.75; }
.editorial-page .page-section > .shell > p { margin-block: 16px; }
.editorial-page .page-section > .shell > .kicker { color: var(--cyan-bright); }
.editorial-page .page-section > .shell > ol { padding-left: 1.5rem; }
.editorial-page li + li { margin-top: 12px; }
.editorial-page .page-section a:not(.button) { color: var(--cyan-bright); text-underline-offset: 3px; }
.editorial-page .product-workflows { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.editorial-page .product-workflows p { margin-bottom: 0; }
.editorial-page .service-table { min-width: 0; table-layout: fixed; }
.editorial-page .service-table th,
.editorial-page .service-table td { overflow-wrap: anywhere; }
.editorial-page .service-table tbody th { font-size: .9375rem; letter-spacing: normal; line-height: 1.65; }
.editorial-page .service-table-wrap { margin-block: 24px; }
.editorial-page .service-table-wrap:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.editorial-page .editorial-table-two th:first-child { width: 30%; }
.table-scroll-hint { display: none; }
.editorial-page .product-shot { max-width: 1000px; }
.editorial-page .faq-list { max-width: 850px; }
.editorial-directory { list-style: none; padding: 0; margin: 24px 0 0; max-width: 76ch; }
.editorial-directory li { padding-block: 14px; border-bottom: 1px solid var(--line); }
.editorial-directory a { font-weight: 650; }
.editorial-directory p { color: var(--muted); margin: 6px 0 0; line-height: 1.6; }
.editorial-jump-links { margin-top: 24px; max-width: 76ch; line-height: 2; }
.editorial-jump-links a { color: var(--cyan-bright); text-underline-offset: 3px; }
.editorial-page [id] { scroll-margin-top: 110px; }
@media (max-width: 600px) {
  .editorial-page .page-section { padding-block: 36px; }
  .editorial-page .product-workflows { grid-template-columns: 1fr; gap: 16px; }
  .editorial-page .product-workflows article { padding: 20px; }
  .editorial-page .service-table { min-width: 560px; }
  .editorial-page .editorial-table-two { min-width: 0; }
  .editorial-page .editorial-table-two th:first-child { width: 40%; }
  .table-scroll-hint { display: block; position: sticky; left: 0; margin: 0; padding: 10px 14px; color: var(--muted); font-size: .75rem; }
  .editorial-page .service-table th,
  .editorial-page .service-table td { padding: 14px 16px; }
}
