/*! WordPress block library — essential subset for static export */
:root{--wp--style--block-gap:1.5rem}
.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}
.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em}
.wp-block-columns{display:flex;flex-wrap:wrap;gap:2em}
.wp-block-column{flex-grow:1;min-width:0;word-break:break-word}
.wp-block-group{box-sizing:border-box}
.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}
.wp-block-separator{border:none;border-top:2px solid currentColor;margin-left:auto;margin-right:auto;opacity:.4}
.wp-block-spacer{clear:both}
.is-layout-flex{display:flex;flex-wrap:wrap;align-items:center;gap:.5em}
.is-layout-grid{display:grid;gap:.5em}
.alignwide{margin-left:auto;margin-right:auto;max-width:1200px}
.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}
.has-text-align-center{text-align:center}
.has-text-align-right{text-align:right}
figure{margin:0 0 1em}
