/**
 * Styles for TNC EDD Sale Price
 */
.tnc-edd-sale-price-wrapper {
    display: inline-block;
}

.tnc-edd-price-display {
    margin-bottom: 10px;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tnc-edd-original-price {
    text-decoration: line-through !important;
    color: #7f8c8d;
    font-size: 0.9em;
    opacity: 0.8;
}

.tnc-edd-price-display.tnc-edd-variable-prices {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.tnc-edd-variable-price-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tnc-edd-variable-label {
    font-weight: 600;
    min-width: 100px;
}

.tnc-edd-discount-badge {
    background: #27ae60;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}

.tnc-edd-sale-price {
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.2em;
}