/**
 * Public styles for EventPrime Multi-Event Booking
 */

.epmeb-multi-event-notice {
    border-left: 4px solid #007cba !important;
    background-color: #f0f6fc !important;
    padding: 12px !important;
    margin-bottom: 20px !important;
}

.epmeb-multi-event-checkout-notice {
    border-left: 4px solid #00a32a !important;
    background-color: #f0f9ff !important;
    padding: 12px !important;
    margin-bottom: 20px !important;
}

.epmeb-multi-event-notice strong,
.epmeb-multi-event-checkout-notice strong {
    color: #1e1e1e;
    font-weight: 600;
}

/* Cart page styling */
.woocommerce-cart .epmeb-multi-event-notice {
    margin-top: 0;
}

/* Checkout page styling */
.woocommerce-checkout .epmeb-multi-event-checkout-notice {
    margin-top: 0;
    margin-bottom: 30px;
}