.stats-card{

    background:#fff;

    border-radius:18px;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

    padding:24px;

    min-height:430px;

    width:100%;

    display:flex;

    flex-direction:column;

}

.stats-card-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-weight:700;

    color:#8b5a00;

    margin-bottom:18px;

    font-size:18px;

}

.chart-box{

    position:relative;

    width:100%;

    height:230px;

}

.stats-legend{

    margin-top:12px;

}

.legend-item{

    display:flex;

    align-items:center;

    gap:8px;

    font-size:15px;

}

.legend-item strong{

    margin-left:auto;

}

.legend-color{

    width:12px;

    height:12px;

    border-radius:50%;

}

.stats-total{

    margin-top:auto;

    padding-top:18px;

    border-top:1px solid #eee;

    text-align:center;

}

.stats-total h3{

    margin:0;

    font-size:32px;

    color:#8b5a00;

    font-weight:700;

}