/* Contact / product / order inquiry forms — attachments */
label.file,
.image-con,
a.product_images,
a.new_attachment,
a.remove_attch,
input.wk_imagevalidate,
input[type="file"].wk_imagevalidate,
input[name="attach_count"],
#attachment-template {
    display: none !important;
}

.input-box:has(input.wk_imagevalidate),
.input-box:has(a.new_attachment),
.input-box:has(a.product_images) {
    display: none !important;
}

/* Legacy math captcha (belt-and-suspenders; inquiry templates remove it) */
#wk-mp-captcha,
label[for="wk-mp-captcha"],
#wk-mp-captchalable1,
#wk-mp-captchalable2 {
    display: none !important;
}
