/* Expand the real analytics, without changing their values or calculations. */
#dashboard .chart-row{grid-template-columns:minmax(0,1fr);gap:26px;margin-top:24px;padding:12px 0;min-height:330px}
#dashboard .donut-chart{width:180px;height:180px;justify-self:center}
#dashboard .donut-chart::after{width:118px;height:118px}
#dashboard .donut-chart span{font-size:24px}
#dashboard .chart-bars{width:100%;gap:22px}
#dashboard .bar-line{grid-template-columns:minmax(105px,1fr) minmax(0,2fr) 28px;font-size:13px;gap:12px}
#dashboard .bar-line div{height:18px;border-radius:4px}
@media(max-width:480px){#dashboard .bar-line{grid-template-columns:minmax(90px,1fr) minmax(0,1.4fr) 24px;gap:8px}}
