/* Reading-only refinements; do not restyle checkout, account or license forms. */
:is(.mootop-guide,.mootop-product-story,.mootop-editorial-story) { overflow-wrap: anywhere; }
:is(.mootop-guide,.mootop-product-story,.mootop-editorial-story) :is(h2,h3,section)[id] { scroll-margin-top: 100px; }
:is(.mootop-guide,.mootop-product-story,.mootop-editorial-story) :is(h1,h2,h3) { line-height: 1.4; }
:is(.mootop-guide,.mootop-product-story,.mootop-editorial-story) p { line-height: 1.9; }
:is(.mootop-guide,.mootop-product-story) img { object-fit: contain; height: auto; }
:is(.mootop-guide,.mootop-product-story) pre { overflow-x: auto; }
.mootop-guide table { max-width: 100%; }
@media(max-width:680px) {
  .single-product .product_title, .page-shell > .wp-block-post-title { font-size: clamp(1.875rem,8vw,2.25rem); line-height: 1.3; letter-spacing: -.02em; }
  :is(.mootop-guide,.mootop-product-story) :is(.mootop-feature-grid,.mootop-steps) { grid-template-columns: minmax(0,1fr); }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
