html body .nggc-usd-service-form .nggc-field.wagood-request-detail-hidden {
    display: none !important;
}

@supports selector(.nggc-field:has([name="wire-transfer-details"])) {
    html body .nggc-usd-service-form .nggc-field:has([name="wire-transfer-details"]),
    html body .nggc-usd-service-form .nggc-field:has([name="courier-details"]),
    html body .nggc-usd-service-form .nggc-field:has([name="giftcard-description"]) {
        display: none !important;
    }
}
