.stat-spark-bar {
position: relative;
display: flex;
align-items: flex-end;
justify-content: center;
}
.stat-spark-value {
width: 100%;
text-align: center;
padding-bottom: 3px;
font-size: clamp(9px, 30%, 14px);
line-height: 1;
color: #fff;
text-shadow: 0 1px 2px rgba(0,0,0,.65);
pointer-events: none;
}
/* Emphasize today */
.stat-spark-bar.today .stat-spark-value {
font-weight: @xf-fontWeightHeavy;
}