/*
Theme Name: Muster Generator
Description: Native WordPress content with isolated document generators.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: muster-generator
License: GPL-2.0-or-later
*/

:root { --font-source-sans: 'Source Sans 3', Arial, sans-serif; --font-playfair: 'Playfair Display', Georgia, serif; }
body { margin: 0; }
.site-main { min-height: 65vh; }
.muster-content { max-width: 1200px; margin-inline: auto; padding: 32px 24px; min-width: 0; }
.muster-content .entry-header { margin: 0 0 28px; }
.muster-content .entry-title { font-size: 36px; line-height: 1.2; font-weight: 700; overflow-wrap: anywhere; }
.entry-content { min-width: 0; overflow-wrap: break-word; }
.entry-content > p { font-size: 18px; line-height: 1.8; margin: 0 0 24px; max-width: 960px; color: var(--text-secondary); }
.entry-content > h2 { font-size: 28px; font-weight: 700; line-height: 1.3; margin: 40px 0 18px; }
.entry-content > h3 { font-size: 22px; font-weight: 700; margin: 28px 0 16px; }
.entry-content > ul, .entry-content > ol { padding-left: 24px; margin-block: 20px; line-height: 1.8; }
.entry-content > ul { list-style: disc; }
.entry-content > ol { list-style: decimal; }
.entry-content img { max-width: 100%; height: auto; }
.entry-content a:not(.btn):not(.card) { text-underline-offset: 3px; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; }
.entry-content pre { white-space: pre-wrap; overflow-wrap: anywhere; }
.muster-interactive { min-width: 0; margin-block: 28px; }
.muster-interactive .grid > *, .muster-contact > * { min-width: 0; }
.muster-interactive .btn { white-space: normal; overflow-wrap: anywhere; }
.muster-interactive input, .muster-interactive select, .muster-interactive textarea { max-width: 100%; }
.muster-faq summary { cursor: pointer; display: list-item; }
.muster-faq details[open] > summary { color: var(--primary); }
.muster-faq .faq-answer { display: block; }
.muster-contact { max-width: 720px; }
.muster-contact label { display: block; margin-top: 16px; margin-bottom: 6px; }
.muster-contact input:not([type=checkbox]), .muster-contact select, .muster-contact textarea { width: 100%; }
.muster-contact .muster-consent { display: flex; gap: 10px; align-items: start; margin-block: 20px; }
.muster-contact .muster-consent label { margin: 0; }
.muster-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.muster-status { margin-top: 16px; }
.muster-status[data-error=true] { color: #b91c1c; }
.muster-owner-pending { color: #92400e; }
#muster-header { position: sticky; top: 0; z-index: 40; }
.admin-bar #muster-header { top: 32px; }
.muster-editor-note { margin-top: 20px; padding: 16px; background: #fff7ed; }
.muster-footer { margin-top: 48px; }
@media (max-width: 1100px) {
  #muster-header .lg\:flex, #muster-header .lg\:block { display: none; }
  #muster-header .lg\:hidden { display: block; }
}
@media (max-width: 767px) {
  .muster-content { padding: 24px 16px; }
  .muster-content .entry-title { font-size: 28px; }
  .entry-content > p { font-size: 17px; }
  .entry-content > h2 { font-size: 24px; }
  .admin-bar #muster-header { top: 46px; }
}
@media print {
  #muster-header, #colophon, .muster-contact, [class*="mediavine"], [id*="mediavine"] { display: none !important; }
  .muster-content { padding: 0; max-width: none; }
}
