/* Let the SVG use its intrinsic sizing; do not force a fixed 22px box. */
.metric-icon svg {
    width: unset;
    height: unset;
}
