.bs-tiered-pricing {
    //margin-bottom: 2em;
}

.bs-tiered-pricing__header-row {
    display: flex;
    font-weight: bold;
    //margin: 0 1em;
    justify-content: space-between;
}

.bs-tiered-pricing__rows {
    //display: flex;
    //flex-direction: column;
}

.bs-tiered-pricing__row {
    border-radius: .25em;
    display: grid !important;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    padding: 1em;
}

.bs-tiered-pricing__row > span:not(:last-child),
.bs-tiered-pricing__row input {
    margin-right: 1em;
}

.bs-tiered-pricing__row:not(:last-child) {
    box-shadow: 0 2px 0 -1px #ccc;
}

.bs-tiered-pricing__row.is-selected {
    border: 1px solid var(--bde-brand-primary-color);
    box-shadow: unset;
}

.bs-tiered-pricing__badge {
    background: #B9E6FF;
    padding: .25em;
    border-radius: .25em;
}

/* ADMIN */
span.select2.select2-container.select2-container--default {
    width: unset !important;
    max-width: 100%;
}