/* Printella Lowest Variant Price Widget Styles */

.prnt-lowest-variant-price {
    display: inline-block;
    width: 100%;
}

.prnt-price-prefix {
    font-size: 0.9em;
    opacity: 0.8;
    margin-right: 5px;
}

.prnt-lowest-price-amount {
    font-weight: bold;
    font-size: 1.2em;
}

.prnt-sale-badge {
    display: inline-block;
    padding: 2px 8px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 0.75em;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prnt-tax-info {
    font-size: 0.8em;
    opacity: 0.7;
    margin-left: 5px;
}

.prnt-no-price {
    color: #999;
    font-style: italic;
}

/* Price range styling */
.prnt-lowest-variant-price .woocommerce-Price-amount {
    font-weight: inherit;
}

/* Elementor editor preview */
.elementor-editor-active .prnt-lowest-variant-price {
    min-height: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .prnt-lowest-price-amount {
        font-size: 1.1em;
    }
    
    .prnt-sale-badge {
        font-size: 0.7em;
        padding: 1px 6px;
    }
}