﻿.common-counter-text {
    line-height: 30px;
    font-size: 14px;
    color: black;
}

.common-counter-symbol {
    height: 16px;
    font-size: 14px;
    color: var(--primary-color);
}
    .common-counter-symbol > img {
        width: 16px;
        height: 16px;
    }
    .common-counter-symbol > svg {
        width: 16px;
        height: 16px;
        stroke: var(--primary-color);
    }

    .common-counter {
        align-items: center;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none;
        column-gap: 5px;
        display: flex;
    }

