/* Document anchors must remain visible before the body lazy-loader runs. */
body.lazyload, body.lazyloading { opacity: 1; }
.pdn-document { min-width: 0; overflow-wrap: break-word; }
.pdn-document h2[id] { scroll-margin-top: 180px; }
.pdn-document__table { max-width: 100%; overflow-x: auto; margin: 20px 0; }
.pdn-document table { width: 100%; border-collapse: collapse; }
.pdn-document th, .pdn-document td { padding: 12px; border: 1px solid #ddd; text-align: left; vertical-align: top; }
.pdn-document th { font-weight: 700; }
.pdn-document ul { padding-left: 24px; }
.pdn-document li { list-style: disc; }
.pdn-document blockquote { margin: 20px 0; }
.pdn-document a { text-decoration: underline; }
@media (max-width: 600px) {
    .pdn-document table { min-width: 520px; }
    .pdn-document th, .pdn-document td { padding: 8px; }
}
