/* Editor + frontend shared tweaks */
.editor-styles-wrapper .wp-block, .wp-site-blocks .wp-block { max-width: 1200px; }
.editor-styles-wrapper .wp-block[data-align="full"], .wp-site-blocks .wp-block[data-align="full"] { max-width: none; }

/* Typography suggestions (Astra Customizer should set these globally; this keeps things decent before that) */
h1, .entry-content h1 { font-weight: 700; letter-spacing: -0.02em; }
h2, .entry-content h2 { font-weight: 700; letter-spacing: -0.01em; }
p { line-height: 1.7; }

/* Header call-to-action area if you add a button via Astra Header Builder */
.header-cta .ast-button { background: var(--sc-teal); border: none; color:#fff; }
.header-cta .ast-button:hover { filter: brightness(0.9); }