/* Warning Message */
body.woocommerce-checkout .ia-fraud-warning,
.ia-fraud-warning {
    margin-top: 12px !important;
    padding: 12px 16px !important;
    background: #1f1f25 !important;
    border: 1px solid #ff5555 !important;
    border-radius: 6px !important;
    color: #ffeeee !important;
    font-size: 14.5px !important;
    clear: both;
    width: 100%;
}

body.woocommerce-checkout .ia-fraud-warning strong,
.ia-fraud-warning strong {
    color: #ff7777 !important;
}

/* Disabled Place Order Button State */
#place_order.ia-btn-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}