/* Таблица оптовых цен на странице товара. Правится в редакторе оформления. */
.ws-tiers {
    margin: 0.75rem 0 0;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(127, 127, 127, 0.25);
    border-radius: 10px;
}

.ws-tiers__title {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.85;
}

.ws-tiers__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.25rem;
}

.ws-tiers__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.95rem;
}

.ws-tiers__qty {
    opacity: 0.75;
}

.ws-tiers__price {
    font-weight: 600;
    white-space: nowrap;
}
