.dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:18px}
.dashboard-chart{overflow-x:auto;overflow-y:hidden;padding-bottom:28px;align-items:end}
.dashboard-chart .bar{flex:0 0 42px;min-height:8px}
.dashboard-chart .bar span{white-space:nowrap;font-size:10px}
@media(max-width:800px){.dashboard-grid{grid-template-columns:1fr}}
