body .scena { gap: 48px; }
.czytelnia {
  width: min(100%, 960px); padding: clamp(20px, 5vw, 56px);
  background: #fff; border-top: 5px solid var(--zloto); border-radius: 4px;
  font: 400 1rem/1.65 system-ui, sans-serif;
}
.czytelnia > h2 { margin: 0 0 16px; }
.czytelnia label { display: block; margin-bottom: 8px; font-weight: 600; }
.czytelnia select {
  width: 100%; padding: 12px; font: inherit; color: inherit;
  background: #fff; border: 1px solid #818b95; border-radius: 4px;
}
.czytelnia button { padding: 10px 18px; font: inherit; cursor: pointer; }
.czytelnia select:focus-visible, .czytelnia button:focus-visible { outline: 3px solid #b89500; outline-offset: 3px; }
#reader-status { color: #536172; }
#article-content { border-top: 1px solid #d9dde2; margin-top: 24px; padding-top: 24px; overflow-wrap: anywhere; }
#article-content h2 { font-size: clamp(1.4rem, 4vw, 2rem); line-height: 1.3; margin: 0 0 32px; }
#article-content h3, #article-content h4, #article-content h5, #article-content h6 { line-height: 1.4; margin: 1.8em 0 .8em; }
#article-content h3 { font-size: 1.3rem; }
#article-content p { margin: 0 0 1.1em; white-space: pre-wrap; }
@media (max-width: 720px) {
  body .scena { padding-top: 28px; }
  body .znak { width: 100px; }
  .czytelnia select { font-size: .9rem; }
}
