.ldb-pricing-table-wrap {
    margin: 10px 0;
    width: 100%;
    flex-basis: 100%;
    order: -1;
}

.ldb-pricing-table {
    width: auto;
    border-collapse: collapse;
    font-size: 13px;
}

.ldb-pricing-table th {
    padding: 4px 16px 4px 0;
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #ddd;
}

.ldb-pricing-table td {
    padding: 3px 16px 3px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    white-space: nowrap;
}

.ldb-pricing-table tbody tr.ldb-tier-active {
    font-weight: 600;
}

.ldb-pricing-table tbody tr.ldb-tier-active td {
    color: #111;
}

.ldb-live-price {
    margin-top: 6px;
    font-size: 13px;
    color: #555;
}

.ldb-live-unit-price {
    font-weight: 600;
    color: #111;
}

.ldb-live-total-price {
    font-weight: 700;
    font-size: 18px;
    color: #111;
}

.ldb-live-sep {
    margin: 0 6px;
    color: #ccc;
}

/* Hide default WC variation price — our table already shows it */
.woocommerce-variation-price {
    display: none !important;
}

/* Thank you page */
.ldb-thankyou-message {
    padding: 16px 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.ldb-thankyou-message h2 {
    margin-top: 0;
    font-size: 18px;
}

.ldb-thankyou-message p {
    color: #555;
    margin-bottom: 4px;
}

/* Total row near variations */
.ldb-total-row {
    padding: 10px 0;
    margin: 8px 0;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

.ldb-total-row .ldb-total-unit {
    font-weight: 600;
}

.ldb-total-row .ldb-total-sep {
    margin: 0 6px;
    color: #ccc;
}

.ldb-total-row .ldb-total-label {
    color: #666;
}

.ldb-total-row .ldb-total-value {
    font-weight: 700;
    font-size: 18px;
    color: #111;
}
