/**
 * Single hidden CF7 bridge (#homefix-cf7-bridge) + .custom-form-sender UI contract.
 */
#homefix-cf7-bridge {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#homefix-cf7-bridge .wpcf7-response-output {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-form-sender__notice.custom-form-sender__notice--error {
  color: #dc2626;
}

.custom-form-sender__notice.custom-form-sender__notice--success {
  color: #16a34a;
} 

.custom-form-sender textarea.error,
.custom-form-sender input[type="text"].error {
  outline: 1px solid #dc2626;
}
