/**
 * WC Lowest Price 30 Days - Frontend Styles
 * Minimal CSS for layout, follows theme typography
 *
 * @package WCLP30D
 */

.wclp30d-lowest-price {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 0.9em;
    color: inherit;
    opacity: 0.8;
}

.wclp30d-lowest-price--loading {
    opacity: 0.5;
}

.wclp30d-lowest-price--variable {
    display: none;
}

.wclp30d-lowest-price--variable.wclp30d-lowest-price--visible {
    display: block;
}

/* Allow theme to override */
.wclp30d-lowest-price .wclp30d-price {
    font-weight: inherit;
}

/* Amount styling - inherit from theme */
.wclp30d-lowest-price .woocommerce-Price-amount {
    font-weight: 600;
}
