/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 21 2026 | 14:19:26 */
/* Remove common header containers */
.site-header,
#masthead,
header#masthead,
.header-main,
.header-wrapper,
.header-wrap,
.main-header-bar {
    display: none !important;
}

/* Remove common footer containers */
.site-footer,
#colophon,
footer#colophon,
.footer,
.footer-wrapper,
.footer-wrap,
.main-footer-bar,
.footer-bottom,
.footer-copyright,
.site-info {
    display: none !important;
}

/* Remove extra spacing */
.site-content,
#content,
.content-area,
.site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}