.category-node-758 > a { 
    background-color: #dd2f1f;
    color: #fff !important;
    font-weight: bold;
    padding: 4px 4px; 
    border-radius: 10px;
    display: inline-flex;
    align-items: center; 
    gap: 20px; 
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}

.category-node-758 > a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/media/wysiwyg/seb/ringing_s.png') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}