.bulk-pricing-wrap {
    margin: 20px 0
}

.bulk-pricing-grid {
    display: flex;
    border: 1px solid #ddd
}

.bulk-tier {
    flex: 1;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #ddd;
    position: relative
}

.bulk-tier:last-child {
    border-right: 0
}

.bulk-tier.active {
    background: #f5f8ff
}

.best-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #5b2222;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px
}

.save {
    color: #5b2222;
    font-weight: 600
}