.custom-price-tiers {
    margin-top: 10px;
}

.custom-price-tiers > .woocommerce-Price-amount.amount {
    color: black !important;
}

.custom-price-tiers table {
    width: 100%;
    border-collapse: collapse;
}

.custom-price-tiers th, .custom-price-tiers td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.custom-price-tiers .highlight-tier {
    border: 2px inset var(--custom-color);
}

.highlight-tier td {
    font-weight: bold;
    font-size: 1.1rem !important;
    color: var(--custom-color);
}

.custom-price-tiers th, 
.custom-price-tiers td {
    text-align: center !important;
}


