.sb-spending-chart-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.sb-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sb-chart-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.sb-chart-header span {
    color: #777;
    font-size: 14px;
}

#sbCustomerSpendingChart {
    width: 100%;
    height: 350px !important;
}

.sb-stats-grid.wcmamtx_spending_chart_dash{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-bottom:25px;
}

.wcmamtx_spending_chart_dash .sb-stat-box{
    background:#f8f9fb;
    padding:18px;
    border-radius:12px;
}

.wcmamtx_spending_chart_dash .sb-stat-box span{
    display:block;
    color:#666;
    margin-bottom:8px;
}

.wcmamtx_spending_chart_dash .sb-stat-box strong{
    font-size:24px;
    font-weight:700;
}

.wcmamtx_spending_chart_dash .sb-stat-box span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    display: inline !important;
}

/* Total Spent */
.sb-stat-box.wcmamtx_total_spent {
    background: linear-gradient(135deg, #c5f9ff 0%, #764ba2 100%);
}
/* Total Orders */
.sb-stat-box.wcmamtx_total_orders {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

/* Average Order */
.sb-stat-box.wcmamtx_total_average_order {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

