/**
* Theme Name: BuddyX Child
* Description: This is a child theme of BuddyX, generated by Merlin WP.
* Author: <a href="https://github.com/vapvarun/buddyx">wbcomdesigns,vapvarun</a>
* Template: buddyx
* Version: 4.5.8
*/


:root {
    --buddyx-container-width: 1270px;
}


/* Adjust the main container width */
.container, 
.site-content > .container,
.site-header > .container,
.site-footer > .container {
    max-width: 1270px;
    width: 100%;
}

/* Ensure child elements like sidebars and main content adjust proportionally */
@media (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }
}

