/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 16 2026 | 23:25:01 */
:where(.wp-site-blocks) > :first-child {
    margin-block-start: 0;
    background: white;
}
:root :where(.is-layout-flow) > :last-child {
    margin-block-end: 0;
    padding-top: 20px !important;
}
@media (max-width: 768px) {
    .wp-block-heading {
        margin-top: 40px !important;
    }
}