@charset "UTF-8";

/* =========================================================
   Single blog post — dark theme to match the rest of the site.
   Loaded only on is_singular('post'); shared nav + body
   background live in site-nav.css.
   ========================================================= */

/* Re-introduce a centered reading column. site-nav.css blows
   away wrapper padding/width on every donkwkm-page, but on
   single posts we want the post body constrained like the
   .blog-wrap / .lesson-wrap columns. */
body.donkwkm-single-post .wp-block-post-title,
body.donkwkm-single-post .wp-block-post-content,
body.donkwkm-single-post .entry-content,
body.donkwkm-single-post .wp-block-post-date,
body.donkwkm-single-post .wp-block-post-author,
body.donkwkm-single-post .wp-block-post-terms {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.donkwkm-single-post .wp-block-post-title {
  padding-top: 120px !important;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.04em;
  color: #f3f3f3;
  line-height: 1.5;
  margin-bottom: 12px !important;
}

body.donkwkm-single-post .wp-block-post-date,
body.donkwkm-single-post .wp-block-post-date a {
  font-size: 0.72em;
  letter-spacing: 0.12em;
  color: #666;
  text-decoration: none;
}

body.donkwkm-single-post .wp-block-post-terms,
body.donkwkm-single-post .wp-block-post-terms a {
  font-size: 0.68em;
  letter-spacing: 0.12em;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
}

body.donkwkm-single-post .wp-block-post-content,
body.donkwkm-single-post .entry-content {
  padding-top: 32px !important;
  padding-bottom: 80px !important;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #e8e8e8;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

body.donkwkm-single-post .wp-block-post-content p,
body.donkwkm-single-post .entry-content p {
  color: #ddd;
  margin: 0 0 1.4em;
}

body.donkwkm-single-post .wp-block-post-content a,
body.donkwkm-single-post .entry-content a {
  color: #cfd6ff;
  text-decoration: underline;
  text-decoration-color: #3a4070;
  transition: color 0.2s, text-decoration-color 0.2s;
}
body.donkwkm-single-post .wp-block-post-content a:hover,
body.donkwkm-single-post .entry-content a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

body.donkwkm-single-post .wp-block-post-content :is(h1,h2,h3,h4,h5,h6),
body.donkwkm-single-post .entry-content :is(h1,h2,h3,h4,h5,h6) {
  color: #f3f3f3;
  letter-spacing: 0.04em;
  margin: 2em 0 0.7em;
  line-height: 1.4;
}
body.donkwkm-single-post .wp-block-post-content h2,
body.donkwkm-single-post .entry-content h2 {
  font-size: 1.15em;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}
body.donkwkm-single-post .wp-block-post-content h3,
body.donkwkm-single-post .entry-content h3 {
  font-size: 1.02em;
  color: #ddd;
}

body.donkwkm-single-post .wp-block-post-content blockquote,
body.donkwkm-single-post .entry-content blockquote {
  border-left: 2px solid #555;
  padding: 4px 0 4px 18px;
  margin: 1.6em 0;
  color: #cccccc;
  line-height: 2;
}

body.donkwkm-single-post .wp-block-post-content code,
body.donkwkm-single-post .entry-content code,
body.donkwkm-single-post .wp-block-post-content pre,
body.donkwkm-single-post .entry-content pre {
  background: #11142a;
  color: #e8e8e8;
  border: 1px solid #1e1e1e;
}
body.donkwkm-single-post .wp-block-post-content pre,
body.donkwkm-single-post .entry-content pre {
  padding: 14px 16px;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.88em;
}
body.donkwkm-single-post .wp-block-post-content code,
body.donkwkm-single-post .entry-content code {
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}

body.donkwkm-single-post .wp-block-post-content hr,
body.donkwkm-single-post .entry-content hr {
  border: 0;
  border-top: 1px solid #222;
  margin: 2.4em 0;
}

body.donkwkm-single-post .wp-block-post-content img,
body.donkwkm-single-post .entry-content img {
  max-width: 100%;
  height: auto;
}

body.donkwkm-single-post .wp-block-post-content :is(ul,ol),
body.donkwkm-single-post .entry-content :is(ul,ol) {
  padding-left: 1.4em;
  margin: 0 0 1.4em;
}
body.donkwkm-single-post .wp-block-post-content li,
body.donkwkm-single-post .entry-content li {
  margin: 0.3em 0;
  color: #ddd;
}

/* WP comments / nav at the bottom of the post — keep them readable. */
body.donkwkm-single-post .wp-block-post-navigation-link,
body.donkwkm-single-post .wp-block-comments,
body.donkwkm-single-post .comment-respond {
  max-width: 720px !important;
  margin: 40px auto !important;
  padding: 0 20px !important;
  color: #cccccc;
}
body.donkwkm-single-post .wp-block-post-navigation-link a,
body.donkwkm-single-post .wp-block-comments a {
  color: #cfd6ff;
}

@media (max-width: 768px) {
  body.donkwkm-single-post .wp-block-post-title {
    padding-top: 96px !important;
    font-size: 1.35em;
  }
  body.donkwkm-single-post .wp-block-post-content,
  body.donkwkm-single-post .entry-content {
    padding-bottom: 60px !important;
  }
}
