/* Article body rendered from a PDF block model (see admin/import-pdf and blog/render.php).
   The document's own fonts, colours and spacing are carried as inline styles;
   these rules only provide the base rhythm and mobile safety. */
.pdf-doc { font-size: 1.0625rem; line-height: 1.45; color: #000; word-wrap: break-word; }
.pdf-doc p, .pdf-doc h1, .pdf-doc h2, .pdf-doc h3, .pdf-doc h4 { margin: 0; font-weight: inherit; line-height: inherit; font-size: inherit; }
.pdf-doc h1, .pdf-doc h2, .pdf-doc h3, .pdf-doc h4 { line-height: 1.25; }
.pdf-doc ul, .pdf-doc ol { margin: 0; padding-left: 1.6em; }
.pdf-doc ul { list-style: disc; }
.pdf-doc ol { list-style: decimal; }
.pdf-doc li { margin: 0; }
.pdf-doc li::marker { color: inherit; }
.pdf-doc img { display: block; height: auto; max-width: 100%; border-radius: 4px; }
.pdf-doc a { color: inherit; text-decoration: underline; }
.pdf-doc hr { border: 0; border-top: 1px solid #ddd; margin: 1em 0; }
.pdf-doc table { border-collapse: collapse; width: 100%; margin: 0 0 1em; }
.pdf-doc th, .pdf-doc td { border: 1px solid #ccc; padding: 0.35em 0.5em; vertical-align: top; }
@media (max-width: 640px) {
  .pdf-doc { font-size: 1rem; }
  .pdf-doc img { width: 100% !important; }
}
