/* Quiet reading help, scoped to the one native/enhanced editorial wrapper. */
.tss-product-editorial-help {
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  margin-block: 24px;
  padding-block-start: 24px;
  border-block-start: 1px solid currentColor;
}
.tss-product-editorial-help h3 { font: inherit; font-size: 19px; font-weight: 700; margin: 0 0 12px; }
.tss-product-editorial-help p { margin: 0 0 12px; }
.tss-product-editorial-help ul { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 0; margin: 0; }
.tss-product-editorial-help li { padding: 0; margin: 0; min-width: 0; }
.tss-product-editorial-help a { color: inherit; text-decoration: underline; text-underline-offset: .18em; display: inline-flex; align-items: center; min-height: 44px; padding-block: 8px; }
.tss-product-editorial-help a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.tss-product-decision-note + .tss-product-useful-guides { margin-block-start: 24px; }
.np-guide-host { min-width: 0; }
@media (max-width: 767px) {
  .tss-product-editorial-help ul { display: block; }
  .tss-product-editorial-help a { width: 100%; }
}
