.schnitzer-counter{
    width:135px;
    margin:0 auto;
    padding:0 0 5px;
    background:#00539b;
    border:1px solid #fff;
    box-sizing:border-box;
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:7px;
    box-shadow:0 1px 2px rgba(0,0,0,.35)
}
.counter-title{
    padding:4px 5px 3px;
    text-align:center;
    font-weight:bold;
    letter-spacing:.5px
}
.counter-stripes{
    display:flex;
    height:3px;
    margin-bottom:4px
}
.counter-stripes span{flex:1}
.counter-stripes span:nth-child(1){background:#fff}
.counter-stripes span:nth-child(2){background:#ffd500}
.counter-stripes span:nth-child(3){background:#e30613}
.counter-row{
    display:flex;
    justify-content:space-between;
    gap:6px;
    margin:0 5px;
    padding:2px 1px;
    border-bottom:1px solid rgba(255,255,255,.28)
}
.counter-row:last-child{border-bottom:0}
.counter-row strong{
    color:#ffd500;
    min-width:36px;
    text-align:right;
    font-variant-numeric:tabular-nums
}
@media(max-width:160px){
    .schnitzer-counter{width:100%;max-width:135px}
}
