.dir-involvement-form-wrap {
  margin-top: 24px;
}

.dir-form-toggle,
.dir-form-submit {
  display: inline-block;
  box-sizing: border-box;
  padding: 13px 22px;
  border: 0;
  border-radius: 7px;
  background: #223f99;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.14);
}

.dir-form-toggle:hover,
.dir-form-toggle:focus,
.dir-form-submit:hover,
.dir-form-submit:focus {
  background: #1a327c;
  color: #ffffff;
}

.dir-form-panel {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid #d8dfeb;
  border-radius: 9px;
  background: #f8f9fc;
}

.dir-involvement-form {
  max-width: 620px;
}

.dir-form-field {
  margin-bottom: 16px;
}

.dir-form-field label {
  display: block;
  margin-bottom: 6px;
  color: #222222;
  font-weight: 700;
}

.dir-form-field input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid #bfc7d4;
  border-radius: 6px;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
}

.dir-form-field input:focus {
  border-color: #223f99;
  outline: 2px solid rgba(34, 63, 153, 0.18);
  outline-offset: 1px;
}

.dir-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 4px 0 18px;
  color: #444444;
  font-size: 14px;
  line-height: 1.45;
}

.dir-form-consent input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.dir-form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dir-form-message {
  margin-bottom: 16px;
  padding: 13px 15px;
  border-radius: 7px;
  font-weight: 600;
}

.dir-form-success {
  border: 1px solid #9bc8a5;
  background: #eef8f0;
  color: #205d2c;
}

.dir-form-error {
  border: 1px solid #e1a4a4;
  background: #fff1f1;
  color: #8a1f1f;
}

@media (max-width: 768px) {
  .dir-form-toggle,
  .dir-form-submit {
    width: 100%;
  }

  .dir-form-panel {
    padding: 17px;
  }
}
