/* Hide the Mageplaza debit note checkout field only on eui_campaign */
.checkout-index-index #co-payment-form .field[name="mpPaymentMethodTopAttributes.debit_note"] {
    display: none !important;
}
