.hzw-comments-section {
  clear: both;
}

.hzw-comments {
  background: #fffdf8;
  border: 1px solid rgba(73, 184, 196, .28);
  color: #777;
  font-family: FreightText Book, Georgia, Helvetica, Arial, sans-serif;
  margin-bottom: 42px;
  padding: 24px 26px;
}

.hzw-comments-head {
  border-bottom: 1px dashed rgba(232, 59, 6, .22);
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.hzw-comments-head h4 {
  color: #e83b06;
  font-family: children_one, Chewy, Georgia, serif;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 8px;
  text-shadow: 1px 1px 0 rgba(232, 137, 69, .18);
  text-transform: uppercase;
}

.hzw-comments-head p,
.hzw-comments-empty,
.hzw-comment-status {
  color: #a0a0a0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.hzw-comments-list,
.hzw-comment-children {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.hzw-comment {
  border-top: 1px solid rgba(73, 184, 196, .2);
  padding: 16px 0 0;
}

.hzw-comment-children {
  border-left: 3px solid rgba(73, 184, 196, .22);
  margin-left: 18px;
  padding-left: 16px;
}

.hzw-comment-meta {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.hzw-comment-author,
.hzw-comment-author a {
  color: #3197a8;
  font-family: Helvetica, Arial, sans-serif;
}

.hzw-comment-author a:hover,
.hzw-comment-author a:focus {
  color: #e88945;
}

.hzw-comment-meta time {
  color: #a0a0a0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.hzw-comment-body {
  color: #555;
  font-size: 16px;
  line-height: 1.65;
  margin-top: 8px;
}

.hzw-comment-reply,
.hzw-comment-cancel {
  background: transparent;
  border: 0;
  color: #3197a8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 8px 0 0;
  padding: 0;
  text-decoration: underline;
}

.hzw-comment-reply:hover,
.hzw-comment-reply:focus,
.hzw-comment-cancel:hover,
.hzw-comment-cancel:focus {
  color: #e88945;
}

.hzw-comment-form {
  background: rgba(182, 239, 251, .16);
  border-top: 1px dashed rgba(73, 184, 196, .35);
  display: grid;
  column-gap: 22px;
  row-gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  padding: 24px 24px 26px;
}

.hzw-comment-form label {
  color: #777;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
}

.hzw-comment-form label span {
  display: block;
  margin-bottom: 5px;
}

.hzw-required {
  color: #e83b06;
  font-family: children_one, Chewy, Georgia, serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}

.hzw-comment-form input,
.hzw-comment-form textarea {
  background: #fff;
  border: 1px solid rgba(73, 184, 196, .34);
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 9px 10px;
  width: 100%;
}

.hzw-comment-form textarea {
  min-height: 150px;
}

.hzw-comment-form input:focus,
.hzw-comment-form textarea:focus,
.hzw-comment-form button:focus {
  border-color: #3197a8;
  box-shadow: 0 0 0 2px rgba(73, 184, 196, .18);
  outline: none;
}

.hzw-comment-body-field,
.hzw-comment-actions,
.hzw-comment-status {
  grid-column: 1 / -1;
}

.hzw-comment-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 2px;
}

.hzw-comment-form button[type="submit"] {
  background: #9dcb54;
  border: 2px solid rgba(255, 255, 255, .9);
  color: #fff;
  font-family: children_one, Chewy, Georgia, serif;
  font-size: 22px;
  font-weight: normal;
  height: 48px;
  letter-spacing: 0;
  line-height: 44px;
  min-width: 190px;
  padding: 0 24px;
  text-shadow: 1px 1px 0 rgba(49, 151, 168, .22);
  text-transform: uppercase;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hzw-comment-form button[type="submit"]:hover,
.hzw-comment-form button[type="submit"]:focus {
  background: #e88945;
  box-shadow: 0 7px 0 rgba(232, 59, 6, .12);
  transform: translateY(-1px);
}

.hzw-comment-form button:disabled {
  opacity: .6;
}

.hzw-comment-status {
  min-height: 20px;
}

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

@media (prefers-reduced-motion: reduce) {
  .hzw-comment-form button[type="submit"] {
    transition: none;
  }

  .hzw-comment-form button[type="submit"]:hover,
  .hzw-comment-form button[type="submit"]:focus {
    transform: none;
  }
}

@media (max-width: 767px) {
  .hzw-comments {
    padding: 20px 16px;
  }

  .hzw-comments-head h4 {
    font-size: 29px;
  }

  .hzw-comment-meta {
    display: block;
  }

  .hzw-comment-form {
    display: block;
    padding: 18px 16px 20px;
  }

  .hzw-comment-form label,
  .hzw-comment-actions,
  .hzw-comment-status {
    margin-top: 12px;
  }

  .hzw-comment-actions {
    display: block;
  }

  .hzw-comment-cancel {
    margin-left: 12px;
  }
}
