/*
 * Runtime compatibility rules. This file is intentionally outside Vite's
 * hashed bundle so a production release always includes form safeguards.
 */

/*
 * Legacy CF7 forms use `your-email` exclusively as a honeypot. Modern CF7
 * moves the input outside its old hidden <p>, so hide its stable wrapper.
 */
.wpcf7 .wpcf7-form-control-wrap[data-name="your-email"] {
  display: none !important;
}
