.hzw-conversion {
  box-sizing: border-box;
  clear: both;
  margin: 28px auto;
  max-width: 1000px;
  background: rgba(255, 253, 248, .92);
  border: 1px solid rgba(73, 184, 196, .28);
  box-shadow: 0 2px 0 rgba(73, 184, 196, .12);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 440px);
  padding: 20px 22px;
  width: calc(100% - 30px);
}

.hzw-conversion-copy h2 {
  color: #96716b;
  font-family: children_one, Chewy, Arial, sans-serif;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hzw-conversion-copy p,
.hzw-feedback-form,
.hzw-feedback-status {
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.hzw-feedback-form {
  display: grid;
  gap: 10px;
}

.hzw-learning-feedback {
  align-items: center;
  background: rgba(255, 253, 248, .94);
  gap: 22px;
  grid-template-columns: minmax(220px, .8fr) minmax(420px, 1fr);
  padding: 16px 22px;
}

.hzw-learning-feedback .hzw-conversion-copy h2 {
  color: #96716b;
  font-size: 27px;
  margin-bottom: 6px;
  text-shadow: 2px 2px 0 rgba(96, 222, 247, .45);
}

.hzw-learning-feedback .hzw-conversion-copy p {
  font-size: 15px;
}

.hzw-learning-feedback .hzw-feedback-form {
  gap: 8px;
}

.hzw-feedback-form fieldset {
  border: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.hzw-feedback-form legend,
.hzw-feedback-form label span {
  color: #777;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.hzw-feedback-choices legend {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}

.hzw-feedback-choice-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hzw-feedback-form label {
  margin: 0;
}

.hzw-feedback-form fieldset label {
  align-items: center;
  background: rgba(237, 252, 248, .7);
  border: 1px solid rgba(73, 184, 196, .24);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  min-height: 42px;
  padding: 7px 11px;
}

.hzw-feedback-form fieldset label span {
  color: #777;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.hzw-feedback-form fieldset label:has(input:checked) {
  background: rgba(157, 203, 84, .18);
  border-color: rgba(157, 203, 84, .9);
  box-shadow: 0 2px 0 rgba(49, 151, 168, .18);
}

.hzw-feedback-form input[type="radio"] {
  accent-color: #9dcb54;
  flex: 0 0 auto;
}

.hzw-feedback-form input[type="email"],
.hzw-feedback-form textarea {
  background: #fff;
  border: 1px solid rgba(73, 184, 196, .34);
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 9px 10px;
  width: 100%;
}

.hzw-feedback-more {
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.hzw-feedback-more summary {
  color: #3197a8;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

.hzw-feedback-more-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr);
  margin-top: 9px;
}

.hzw-feedback-footer {
  align-items: center;
  display: flex;
  gap: 12px;
}

.hzw-feedback-form button,
.hzw-conversion-subscribe-form button {
  background: #9dcb54;
  border: 2px solid rgba(111, 154, 42, .2);
  border-radius: 8px;
  color: #fff;
  font-family: children_one, Chewy, Arial, sans-serif;
  font-size: 20px;
  height: 42px;
  letter-spacing: 0;
  line-height: 38px;
  min-width: 104px;
  padding: 0 18px;
  box-shadow: 0 3px 0 rgba(49, 151, 168, .2);
  text-transform: uppercase;
}

.hzw-feedback-form button:hover,
.hzw-feedback-form button:focus,
.hzw-conversion-subscribe-form button:hover,
.hzw-conversion-subscribe-form button:focus {
  background: #e88945;
}

.hzw-feedback-form button:disabled,
.hzw-conversion-subscribe-form button:disabled {
  opacity: .6;
}

.hzw-feedback-status {
  flex: 1;
  min-height: 20px;
}

.hzw-feedback-trap {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.hzw-paid-offer {
  background: rgba(237, 252, 248, .78);
}

.hzw-word-pack {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .hzw-conversion {
    display: block;
    margin: 24px auto;
    padding: 18px;
    width: calc(100% - 24px);
  }

  .hzw-conversion-copy h2 {
    font-size: 27px;
  }

  .hzw-feedback-form,
  .hzw-conversion-subscribe-form {
    margin-top: 14px;
  }

  .hzw-feedback-choice-list,
  .hzw-feedback-more-fields {
    grid-template-columns: 1fr;
  }

  .hzw-feedback-footer {
    display: block;
  }

  .hzw-feedback-form button {
    width: 100%;
  }

  .hzw-feedback-status {
    margin-top: 8px;
  }
}
