/* Full Width Override for Home and Settings Tabs */
#tab-home,
#tab-setting,
#tab-whatsapp {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Home tab containers */
#tab-home>* {
    width: 100% !important;
    max-width: 100% !important;
}

/* Cards and sections full width with side padding on desktop */
.cards-performance-container,
.product-table-section,
.orders-chart-frame,
.orders-chart-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .cards-performance-container,
    .product-table-section,
    .orders-chart-frame,
    .orders-chart-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}