/**
 * Frontend Styles for B2B Bakery Plugin
 * 
 * @package B2B_Bakery
 */

/* Base styles for product display */
.b2b-bakery-product-display {
    font-family: system-ui, -apple-system, sans-serif;
}

/* Delivery date display */
.b2b-delivery-date {
    background-color: #f3f4f6;
    padding: 15px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 14px;
}

.b2b-delivery-date strong {
    color: #e05a36;
}

/* Volume discount badge */
.b2b-volume-badge {
    background-color: #10b981;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
