/* Only the post template selected by its author controls this palette. */
/* Light article pages keep the dark navigation and footer. */
body.single-post.loki-post-light,
body.single-post.loki-post-light .wp-site-blocks{background:#e7e4de!important;color:#202129!important}
body.single-post.loki-post-light .loki-standard-wrap,
body.single-post.loki-post-light .wp-block-post-content{color:#202129!important}
body.single-post.loki-post-light .loki-standard-wrap h1,
body.single-post.loki-post-light .loki-standard-wrap h2,
body.single-post.loki-post-light .loki-standard-wrap h3,
body.single-post.loki-post-light .loki-standard-wrap p,
body.single-post.loki-post-light .loki-standard-wrap li{color:#202129}
body.single-post .loki-standard-wrap>.wp-block-post-title{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;margin-bottom:24px}
body.single-post.loki-post-light .loki-standard-wrap .wp-block-post-date{color:#62646c}
body.single-post.loki-post-light .loki-standard-wrap a{color:#a94d00}
body.single-post.loki-post-light .loki-post-sidebar{border-color:#aaa59e}
body.single-post.loki-post-light .loki-post-sidebar li{border-color:#cbc6bd}
body.single-post.loki-post-light .loki-post-sidebar a{color:#202129!important}
body.single-post.loki-post-light .loki-post-sidebar a:hover,
body.single-post.loki-post-light .loki-post-sidebar a:focus-visible,
body.single-post.loki-post-light .loki-post-sidebar .loki-all-stories{color:#a94d00!important}
body.single-post.loki-post-light .loki-post-sidebar .loki-related-category{color:#8d480e}
body.single-post.loki-post-light .loki-standard-footer{background:#181820;color:#b9bac0}
body.single-post.loki-post-light .loki-standard-footer a{color:#f5f5f5}

/* The author chooses the starting palette; visitors can switch only on this post. */
body.single-post .loki-post-topline{display:flex;align-items:center;justify-content:flex-start;gap:24px;width:100%;max-width:none!important;margin:32px 0 28px!important}
body.single-post .loki-post-topline .wp-block-post-terms{margin:0}
body.single-post .loki-post-mode-toggle{flex:none;display:inline-flex;align-items:center;width:56px;height:32px;padding:3px;border:1px solid #777783;border-radius:999px;background:#3b3b46;cursor:pointer;transition:background .2s,border-color .2s}
body.single-post .loki-post-mode-dot{display:block;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0004;transition:transform .2s,background .2s}
body.single-post.loki-post-light .loki-post-mode-toggle{background:#d1ccc3;border-color:#9d978e}
body.single-post.loki-post-light .loki-post-mode-dot{background:#202129;transform:translateX(24px)}
body.single-post .loki-post-mode-toggle:focus-visible{outline:3px solid #ff8928;outline-offset:4px}
@media(prefers-reduced-motion:reduce){body.single-post .loki-post-mode-toggle,body.single-post .loki-post-mode-dot{transition:none}}
