.rmh-dynamic-pricing-offer {
    display: inline-block;
    margin: 10px 0 16px;
    padding: 10px 14px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #2d3436;
    background: #ffffff;
}

.rmh-dynamic-pricing-offer strong,
.rmh-dynamic-pricing-offer .amount,
.rmh-dynamic-pricing-offer .woocommerce-Price-amount {
    font-weight: 700;
}

.rmh-dynamic-pricing-offer .woocommerce-Price-amount {
    margin-left: 18px;
}

@media (max-width: 480px) {
    .rmh-dynamic-pricing-offer .woocommerce-Price-amount {
        display: inline-block;
        margin-left: 0;
        margin-top: 2px;
    }
}

/* Legacy table classes kept harmlessly in case a theme targets them. */
.wc-bulk-pricing-table {
    border: 2px solid #cccccc;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    color: #717576;
}

.wc-bulk-pricing-table th,
.wc-bulk-pricing-table td {
    border: 2px solid #cccccc;
    text-align: center;
    vertical-align: middle;
}

.wc-bulk-pricing-table th {
    font-weight: 600;
}

.wc-bulk-pricing-table td.discount-value,
.wc-bulk-pricing-table th.discount-value-label {
    color: #2f6542;
    font-weight: 600;
}
