.usrte-stats{border-top:1px solid #dcdcde;margin-block-start:2rem;padding-block-start:1rem}
.usrte-stats__total{font-size:1.15em}
.usrte-stats__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr))}
.usrte-stats__chart{min-width:0}
.usrte-stats__chart ul{display:grid;gap:.45rem;list-style:none;margin:0;padding:0}
.usrte-stats__chart li{align-items:center;display:grid;gap:.5rem;grid-template-columns:minmax(7rem,1fr) minmax(5rem,2fr) min-content}
.usrte-stats__label{overflow-wrap:anywhere}
.usrte-stats__bar{background:currentColor;border-radius:.2rem;display:block;height:.75rem;max-width:100%;opacity:.7;width:var(--usrte-stat-value)}
.usrte-stats__totals{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0}
.usrte-stats__totals li{border:1px solid #dcdcde;padding:.75rem 1rem}
.usrte-stats__totals strong{display:block;font-size:1.5rem}
@media (max-width:600px){.usrte-stats__chart li{grid-template-columns:minmax(6rem,1fr) minmax(3rem,1.25fr) min-content}}
