.live-bulk-pricing-box {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid rgba(43, 175, 190, 0.28);
    border-radius: 14px;
    background: rgba(43, 175, 190, 0.06);
    max-width: 470px;
}

.live-bulk-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    color: #16334f;
}

.live-bulk-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(22, 51, 79, 0.12);
    font-size: 14px;
}

.live-bulk-row:last-of-type {
    border-bottom: none;
}

.live-bulk-row strong {
    white-space: nowrap;
}

.live-bulk-note {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.75;
    line-height: 1.45;
}

.live-bulk-price-box {
    margin: 12px 0 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7f7f7;
    max-width: 470px;
    font-size: 14px;
}

.live-bulk-price-label {
    font-weight: 700;
    margin-right: 6px;
}

.live-bulk-price-value del {
    opacity: 0.55;
    margin-right: 6px;
}

.live-bulk-price-value ins {
    text-decoration: none;
    font-weight: 700;
}

.live-bulk-price-saving {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 999px;
    background: #16334f;
    color: #fff;
}

.live-bulk-cart-saving {
    display: inline-block;
    margin-top: 3px;
    opacity: 0.75;
}