.wdr2_list_jRlUXc h3 {
  font-family: 'NotoSansRegular', sans-serif;
  font-size: 18px;
  text-align: left;
  color: var(--head);
}

.page input {
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  background-color: #fff;
  border: solid 1px #e4e4e5;
  border-radius: 4px;
  color: #474747;
}

#comment_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 80px;
}

.page input:focus,
.page input:hover {
  border: solid 1px #b1b1b1;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.input_ table tbody tr > :nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.input_ table tbody tr > :nth-child(3) a {
  text-decoration: none;
  font-size: 14px;
  text-align: left;
  color: #aab1b8;
  margin-top: 10px !important;
}

.hide-answer {
  display: none;
}

#wd_reviews2_list_wlpNhU {
  width: 100%;
  max-width: 1180px;
  margin-right: 30px;
}

.wdr2_add {
  width: 100%;
  max-width: 430px;
}

@media only screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  #comment_list {
    flex-direction: column-reverse;
  }

  /* #comment_list {
    flex-direction: column;
  } */

  .wdr2_list {
    margin-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  #comment_list {
    margin-bottom: 0;
  }
}
