.new-label-box {
    display: none;
    background-color: rgb(221, 70, 70);
    border-radius: 10px;
    padding: 0 5px 3px 3px;
    &.label-visible {
        display: inline-block;
    }
    span {
        font-size: 10px;
        color: white;
        line-height: 1;
    }
}