/**
 * Plugin Frontend Modifications - Babuszka Store
 * Custom styles for third-party plugins to match store design
 */

/* ================================================== */
/* ===== OMNIBUS - Price History Plugin ===== */
/* ================================================== */

/* Price wrapper for product cards */
.product-card-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* Main price message container */
.iworks-omnibus {
    font-family: var(--font-primary, 'Poppins', sans-serif) !important;
    font-size: 0.7rem !important;
    font-weight: 300 !important;
    color: #888 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    line-height: 1.3 !important;
}

/* Style for product archive (shop page) */
.custom-product-card .iworks-omnibus,
.woocommerce ul.products .iworks-omnibus {
    font-size: 0.65rem !important;
    text-align: left !important;
}

/* Style for single product page */
.single-product .iworks-omnibus {
    font-size: 0.8rem !important;
    margin-top: 0.5rem !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .iworks-omnibus {
        font-size: 0.6rem !important;
    }
}
