.psc-section,
.psc-section * { box-sizing: border-box; }
.psc-section { color: var(--psc-ink); font-family: var(--psc-font-body); }
.psc-section img { max-width: 100%; height: auto; }
.psc-section h1,
.psc-section h2,
.psc-section h3,
.psc-section p { overflow-wrap: anywhere; }
.psc-section a { color: inherit; }
.psc-richtext > :first-child { margin-top: 0; }
.psc-richtext > :last-child { margin-bottom: 0; }