.counter {
    user-select: none;
    display: inline-block;
}

.counter .left,
.counter .right {
    color: #EE4459;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    /* top: 4px; */
    padding: 10px 0;
    padding-right: 25px;
    padding-left: 25px;
}

.counter.light .left,
.counter.light .right {
    color: #fff;
}