/* mu-plugins/enixo/cf7-style.css */
.wpcf7-form {
  background: #fff;
  border: 1px solid #d9d9e3;
  border-radius: 20px;
  padding: 28px;
}
.wpcf7-form p { margin: 0 0 18px; }
.enixo-contact-row {
  display: flex;
  gap: 20px;
  margin-bottom: 18px;
}
.enixo-contact-row p { flex: 1; margin-bottom: 0; }
@media (max-width: 560px) {
  .enixo-contact-row { flex-direction: column; gap: 18px; }
}
.wpcf7-form p:has(input[name="enixo-hp"]) {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.wpcf7-form label { display: block; font-size: 14px; font-weight: 700; color: #202F75; }
.wpcf7-form .wpcf7-form-control-wrap { display: block; margin-top: 8px; }
.wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9d9e3;
  border-radius: 14px;
  font-size: 15px;
  box-sizing: border-box;
}
.wpcf7-form textarea.wpcf7-form-control { resize: vertical; }
.wpcf7-form .wpcf7-submit {
  background: linear-gradient(135deg, #202F75, #70247F);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip { color: #b3261e; font-size: 13px; margin-top: 4px; }
.wpcf7-form .wpcf7-response-output {
  border-radius: 14px;
  padding: 16px;
  font-size: 14px;
  margin: 18px 0 0;
}
.wpcf7-mail-sent-ok { border: 1px solid #70247F !important; color: #202F75 !important; background: #f2f0f6; }
.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked { border: 1px solid #b3261e !important; color: #b3261e !important; }
