/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 30 2025 | 14:47:38 */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    position: relative !important;
}

*, *::before, *::after {
    box-sizing: border-box !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}


/* Mobile-specific padding reset */
@media only screen and (max-width: 768px) {
    body {
        padding: 0 !important;
    }
}
