/* WordPress-only integration. Static site geometry is otherwise unchanged. */
:root {--puzzle-admin-offset:0px}
body.admin-bar.menu-open #wpadminbar {position:fixed;top:calc(var(--puzzle-admin-offset) - var(--puzzle-admin-height,32px))}
body.admin-bar :is(#top,.subpage-hero) .site-header.is-scroll-header {top:var(--puzzle-admin-offset);transform:translateY(calc(-100% - 32px - var(--puzzle-admin-offset)))}
body.admin-bar :is(#top,.subpage-hero) .site-header.is-scroll-header-visible {transform:translateY(0)}
@media(min-width:1100px) {
  body.admin-bar :is(#top,.subpage-hero) .site-header.is-scroll-header {top:calc(16px + var(--puzzle-admin-offset))}
}
@media(max-width:1099px) {
  body.admin-bar.menu-open .site-header,body.admin-bar.menu-open .subpage-hero .site-header {top:var(--puzzle-admin-offset)}
}
.works-pagination {display:flex;flex-wrap:wrap}
.works-pagination .works-page-number {width:48px;flex:0 0 48px}
.works-pagination .works-page-next {width:112px;flex:0 0 112px}
.puzzle-page-left::before {content:"\f060"}
.post-single-body img,.post-single-body video {max-width:100%;height:auto}
.post-single-body iframe {max-width:100%}
.post-single-body ul,.post-single-body ol {padding-left:1.5em}
.post-single-body ul {list-style:disc}
.post-single-body ol {list-style:decimal}
.post-single-body a {text-decoration:underline}
.post-single-body pre {overflow:auto;max-width:100%}
.post-single-body table {display:block;max-width:100%;overflow:auto}
.post-single-body .aligncenter {margin-inline:auto}
.contact-content .wpcf7-form > .hidden-fields-container {display:none}
.contact-content .contact-field > p {display:contents}
.contact-content .contact-field > br,.contact-content .contact-field > p > br,.contact-content .contact-submit-wrap > br,.contact-content .contact-submit-wrap > p > br {display:none}
.contact-content .contact-submit-wrap > p {margin:0}
.contact-content .wpcf7-spinner {position:absolute;right:64px;top:24px;margin:0}
.contact-content .wpcf7-response-output {margin:0;padding:16px;grid-column:1 / -1}
.contact-content .wpcf7-not-valid-tip {font-size:14px;line-height:1.6}
.post-page .subpage-heading h1 {overflow-wrap:anywhere}
