#home-editing {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home-editing__stats {
display: flex;
}
.home-stats {
flex-grow: 1;
line-height: 1;
text-align: center;
}
.home-stats__value {
font-size: 1.5rem;
font-weight: 600;
}
.home-stats__unit {
margin-top: 0.2rem;
color: var( --color-base--subtle );
font-size: 0.8125rem;
}