/* Mirror fix: keep CF7 submit visible/active in static preview */
.wpcf7-form input.wpcf7-submit,
.wpcf7-form input.wpcf7-submit:not([disabled]),
.wpcf7-form input.wpcf7-submit[disabled] {
  opacity: 1 !important;
  color: #ffe522 !important;
  border: 1px solid #ffe522 !important;
  background: transparent !important;
  cursor: pointer !important;
}
.wpcf7-form input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:not([disabled]):hover {
  color: #1f1f1f !important;
  background: #ffe522 !important;
}
