#mim-otp-verification {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#mim-otp-message .error {
    color: #e2401c;
}

#mim-otp-message .success {
    color: #0f834d;
}

#mim-otp-message .info {
    color: #3d9cd2;
}

/* For Option 1 (After Phone Field) */
.woocommerce-billing-fields #mim-otp-verification {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

/* For Option 2 (Before Checkout Button) */
.woocommerce-checkout-review-order #mim-otp-verification {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

/* Common styles for both options */
#mim-send-otp {
    margin-top: 10px;
}

#mim-otp-message {
    margin-top: 10px;
    font-size: 0.875em;
}