/* PageSystem HTML-mode content styles. Layout-first and typography/color NEUTRAL: fonts
   and colors inherit from the active theme, so pages read as native to each site; only
   structure, spacing, cards, FAQ, CTA and responsive tables are styled here. Edit this one
   file to restyle every HTML-mode page across the site. Keep the class names in sync with
   core/html_publisher.py (PS_CSS). */
.ps-page{max-width:820px;margin:0 auto;font-family:inherit;color:inherit;line-height:1.7}
.ps-page h2{font-size:1.4em;line-height:1.25;margin:1.6em 0 .5em}
.ps-page h3{font-size:1.15em;margin:1.2em 0 .4em}
.ps-page p{margin:0 0 1em}
.ps-page ul,.ps-page ol{margin:0 0 1em 1.25em;padding:0}
.ps-page li{margin:.25em 0}
.ps-page a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.ps-page img{max-width:100%;height:auto;display:block;border-radius:10px}
.ps-figure{margin:0 0 1.25em}
.ps-section{margin:0 0 1.75em}
.ps-cta{margin:2em 0;padding:1.25em 1.5em;border:1px solid rgba(128,128,128,.28);
  border-radius:12px;background:rgba(128,128,128,.06)}
.ps-cta h2{margin-top:0}
.ps-faq{margin:2em 0}
.ps-tablewrap{overflow-x:auto;margin:0 0 1.25em}
.ps-page table{border-collapse:collapse;width:100%}
.ps-page th,.ps-page td{border:1px solid rgba(128,128,128,.3);padding:.5em .7em;text-align:left}
.ps-page th{background:rgba(128,128,128,.08)}
@media(max-width:600px){.ps-page h2{font-size:1.25em}}
