/**
 * Frontend CSS for Tegral Minimum Order Plugin
 */

.tegral-min-order-notice {
    margin: 15px 0;
    padding: 12px 15px;
    border-radius: 4px;
    border-left: 4px solid;
}

.tegral-min-order-notice.tegral-min-order-error {
    background-color: #f8d7da;
    border-left-color: #dc3545;
    color: #721c24;
}

.tegral-min-order-notice.tegral-min-order-warning {
    background-color: #fff3cd;
    border-left-color: #ffc107;
    color: #856404;
}

.tegral-min-order-notice.tegral-min-order-info {
    background-color: #d1ecf1;
    border-left-color: #17a2b8;
    color: #0c5460;
}

.tegral-min-order-cart-notice,
.tegral-min-order-checkout-notice {
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
    border-left: 4px solid;
}

.tegral-min-order-cart-notice.tegral-min-order-error,
.tegral-min-order-checkout-notice.tegral-min-order-error {
    background-color: #f8d7da;
    border-left-color: #dc3545;
    color: #721c24;
}

.tegral-min-order-cart-notice.tegral-min-order-warning,
.tegral-min-order-checkout-notice.tegral-min-order-warning {
    background-color: #fff3cd;
    border-left-color: #ffc107;
    color: #856404;
}

.tegral-min-order-cart-notice.tegral-min-order-info,
.tegral-min-order-checkout-notice.tegral-min-order-info {
    background-color: #d1ecf1;
    border-left-color: #17a2b8;
    color: #0c5460;
}

.tegral-min-order-cart-notice h3,
.tegral-min-order-checkout-notice h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.tegral-min-order-cart-notice ul {
    margin: 0;
    padding-left: 20px;
}

.tegral-min-order-cart-notice li {
    margin-bottom: 8px;
}

.tegral-min-order-checkout-notice .button {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #007cba;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.tegral-min-order-checkout-notice .button:hover {
    background-color: #005a87;
    color: white;
}

.tegral-min-order-ajax-notice {
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 4px;
    border-left: 4px solid;
}

.tegral-min-order-ajax-notice.tegral-min-order-error {
    background-color: #f8d7da;
    border-left-color: #dc3545;
    color: #721c24;
}

.tegral-min-order-ajax-notice.tegral-min-order-warning {
    background-color: #fff3cd;
    border-left-color: #ffc107;
    color: #856404;
}

.tegral-min-order-ajax-notice.tegral-min-order-info {
    background-color: #d1ecf1;
    border-left-color: #17a2b8;
    color: #0c5460;
}

/* Tegral Minimum Order restricted input styling */
.tegral-min-order-restricted {
    border-color: #007cba !important;
    background-color: #f0f8ff !important;
}

.tegral-min-order-restricted:focus {
    border-color: #005a87 !important;
    box-shadow: 0 0 0 1px #007cba !important;
}

/* Override QRM styling when our plugin takes precedence */
input[name="quantity"].tegral-min-order-restricted {
    border-color: #007cba !important;
    background-color: #f0f8ff !important;
}
