/*!
Theme Name: Brisk Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: brisk
Version: 1.0.0
Text Domain: brisk
*/

 /* Add your custom style here */

body, #content {
    background-color: white !important;
}

.elementor, .elementor-section, .elementor-container {
    background-color: white !important;
}

#content, .elementor, .elementor-container {
    background-color: white !important;
}

.left-sidebar {
    flex: 0 0 180px;
    padding-right: 10px;
}

.right-sidebar {
    flex: 0 0 300px;
    padding-left: 10px;
}

.site-main {
    flex: 0 0 calc(100% - 480px);
    padding: 0 20px;
}

/* Responsive: Hide sidebars on smaller screens */
@media (max-width: 768px) {
    .left-sidebar,
    .right-sidebar {
        display: none;
    }

    .site-main {
        flex: 0 1 75%; 
        margin: 0 auto; 
    }
}