/*
Theme Name: Newspaper Child
Template: Newspaper
Version: 1.0
*/

/* Fix horizontal scroll without changing appearance */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* Mobile specific fixes */
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    body * {
        max-width: 100vw !important;
    }
    
    .td-main-content-wrap,
    .td-container,
    .tdc-row,
    .vc_row,
    .wpb_row {
        overflow-x: hidden !important;
    }
}
