.template-statsbar {
margin: 10px;
display: grid;
font-size: 0.8125rem;
line-height: 5px;
overflow-x: auto;
grid-auto-columns: minmax( auto, 1fr );
grid-auto-flow: column;
}
.template-statsbar__item {
padding: 10px;
display: flex;
align-items: center;
flex-direction: column;
}
.template-statsbar__item + .template-statsbar__item {
border-left: 1px solid grey;
}
.template-statsbar__label {
color: lightgrey;
letter-spacing: 0.05em;
white-space: nowrap;
}
.template-statsbar__data {
color: white;
font-weight: 500;
font-size: 1.25rem;
white-space: nowrap;
}
.template-statsbar__desc {
letter-spacing: 0.025em;
}