/* Separate from the SVG so hover transforms and icon filters leave it intact. */
.icon-button > .icon-count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 1.65em;
    height: 1.65em;
    padding: 0 0.28em;
    border: 2px solid #101114;
    border-radius: 999px;
    background: #d71932;
    color: #fff;
    font: 800 clamp(11px, 1.65vh, 18px)/1 Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    text-indent: 0;
    text-shadow: none;
    pointer-events: none;
}

.icon-button > .icon-count[hidden] {
    display: none;
}
