/* Local additions: preserve RESET's typography, alternating palette and grid. */
.reset-zoho .reset-thesis { max-width: 20ch; font-size: clamp(2.35rem, 5.2vw, 5.25rem); }
.reset-zoho .reset-counterpoint { max-width: 65ch; }
.reset-zoho .reset-cta-row { flex-wrap: wrap; gap: 1.5rem; }
.reset-zoho .reset-cta { white-space: normal; text-align: left; }
.reset-zoho .reset-cta:disabled { cursor: default; opacity: .72; }
.reset-zoho-trial-frame { display: block; width: 100%; height: 1080px; border: 1px solid #d4cbbb; background: #fff; margin-top: 2rem; }
.reset-zoho-table-wrap { overflow-x: auto; margin-block: 2rem; }
.reset-zoho-table { border-collapse: collapse; width: 100%; text-align: left; line-height: 1.6; }
.reset-zoho-table th, .reset-zoho-table td { padding: 1rem; border-bottom: 1px solid currentColor; vertical-align: top; }
.reset-zoho-table th { font-weight: 600; }
.reset-zoho-sources { max-width: 70ch; font-size: .95rem; line-height: 1.7; }
.reset-zoho-sources a { text-decoration: underline; text-underline-offset: .2em; }
@media (max-width: 600px) {
  .reset-zoho .reset-thesis { max-width: 100%; overflow-wrap: break-word; }
  .reset-zoho-table th, .reset-zoho-table td { padding: .75rem .45rem; }
  .reset-zoho-trial-frame { height: 1250px; }
}
