@charset "UTF-8";

:root { color-scheme: light; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* Carry the long-running blog’s type and image scale into publisher-made pages. */
body { margin: 0; background: #fff; color: #000; font-family: Helvetica, Arial, sans-serif; font-size: 14pt; font-weight: 700; line-height: normal; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.entry-shell { width: 100%; margin: 0; padding: 34px 16px 16px; }
.blog-entry { width: 100%; text-align: center; }
.entry-heading { width: 100%; margin: 0 0 1em; }
.entry-heading h1 { margin: 0 0 4px; font: inherit; }
.entry-heading time { color: #777; font-size: 10pt; }
.entry-text { width: 100%; margin: 0; text-align: center; }
.entry-text p { margin: 1em 0; }
.entry-media { width: 100%; margin: 0; }
.entry-media + .entry-media { margin-top: 1em; }
.entry-image { width: 100%; max-width: 100%; }
.entry-image img { display: block; width: auto; max-width: 100%; max-height: 95vh; height: auto; margin: 0 auto; }
figcaption { width: 100%; max-width: none; margin: 1em 0 0; color: #000; font: inherit; text-align: center; }
.entry-video { width: min(100%, 1120px); margin: 0 auto; }
.entry-video.is-portrait { width: min(100%, 720px); }
.kynantait-video { position: relative; width: 100%; aspect-ratio: var(--video-ratio, 16 / 9); background: #000; }
.kynantait-video iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
a { color: inherit; }

@media (max-width: 700px) {
  body { font-size: 14pt; }
  .entry-shell { padding: 28px 16px 16px; }
  .entry-media, .entry-video.is-portrait { width: 100%; }
  .entry-image img { width: 100%; max-height: none; }
}
