/* Center content while allowing full-bleed sections */
.wp-site-blocks > *:not(header):not(footer){padding-left:clamp(16px,3vw,32px);padding-right:clamp(16px,3vw,32px)}
.wp-site-blocks > *:not(header):not(footer):not(.alignfull){max-width:1400px;margin:0 auto}
.alignfull{margin-left:0!important;margin-right:0!important;max-width:none!important;width:100%}
