/* WC Order Intervals — Frontend Styles */

/* Step-controlled qty inputs in cart */
.woocommerce-cart-form input.qty.wcoi-step-input {
    background-color: #f0f8ff;
    border-color: #2271b1 !important;
}

/* Toast notice shown when quantity is snapped */
.wcoi-step-notice {
    color: #7a4f03;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 6px 10px;
    margin-top: 6px;
    border-radius: 4px;
    font-size: 0.875em;
    line-height: 1.4;
}

/* Product page interval hint */
.wcoi-product-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f6fc;
    border: 1px solid #c7d9f8;
    color: #1a56c4;
    font-size: 0.9em;
    font-weight: 500;
    padding: 7px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.wcoi-product-hint .wcoi-hint-icon {
    font-size: 1em;
    color: #2271b1;
    vertical-align: middle;
}
