.pst-sales-counter {
    display: inline-block;
}

.pst-sales-counter.pst-layout-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pst-sales-counter.pst-layout-block {
    display: block;
}

.pst-sales-counter .pst-item {
    display: inline-flex;
    align-items: center;
}

.pst-sales-counter .pst-block-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pst-sales-counter .pst-number {
    font-weight: bold;
    margin-left: 5px;
}

.pst-sales-counter .pst-label {
    opacity: 0.8;
}

.pst-sales-counter .pst-separator {
    opacity: 0.5;
}

.pst-sales-counter.pst-error {
    color: #ff0000;
    font-style: italic;
}