.page__faq__content__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.tax-faq_category #menu-main {
  background: #014379;
}
.page__faq__content__list .desc__ctn {
  position: relative;
}

.page__faq__content__list .desc__ctn::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
.page__faq__content__list .top__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page__faq__content__list .top__title .item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.info__ans {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.info__ans::after {
  content: "";
  position: absolute;
  right: -8px;
  width: 1px;
  height: 15px;
  background-color: #e0e0e0;
  top: 50%;
  transform: translateY(-50%);
}

.info__ans .text {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9e9e9e;
}

.info__ans .name {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
}

.page__faq__content__list .top__title .item .time {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9e9e9e;
}
.page__faq__content__list .top__title h1 {
  font-family: Mulish-Bold;
  font-size: 24px;
  line-height: 150%;
  color: #212121;
  padding: 4px 0 4px 24px;
  border-left: 2px solid #1abc9c;
}

.desc__ctn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.desc__ctn .rep {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9e9e9e;
}

.desc__ctn .content {
  font-family: Mulish-Regular;
  line-height: 150%;
  color: #212121;
  font-size: 16px;
  padding: 4px 0 4px 24px;
  border-left: 2px solid var(--primary-grey-200, #eeeeee);
}

.desc__ctn .content p,
.desc__ctn .content h1,
.desc__ctn .content h2,
.desc__ctn .content h3,
.desc__ctn .content h4,
.desc__ctn .content h5,
.desc__ctn .content span,
.desc__ctn .content a {
  padding-bottom: 16px;
}

.commnet__faq {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 48p;
}
.commnet__faq .top__comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commnet__faq .top__comment h4 {
  font-family: Mulish-Bold;
  line-height: 112.99999999999999%;
  color: #212121;
  font-size: 32px;
}
.commnet__faq .top__comment span {
  padding: 12px 24px;
  background: #1abc9c;
  color: #ffffff;
  font-family: Mulish-Regular;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  border-radius: 24px;
  cursor: pointer;
}

.list__comment {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 48px;
}
.list__comment .comment .comment__item {
  display: grid;
  grid-template-columns: 0.5fr 11.5fr;
  gap: 12px;
}
.comment__item__avt {
  width: 32px;
  height: 32px;
}
.comment__item__avt img {
  width: 100%;
}

.comment__item__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comment__item__info .name {
  font-family: Mulish-Bold;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #212121;
}
.comment__item__info .content {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #212121;
}
.date__like {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.rep__like {
  display: flex;
  gap: 48px;
  align-items: center;
}
.rep__like span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.rep__like span .icon-like {
  width: 24px;
  height: 24px;
}
.rep__like span .icon-like img {
  width: 100%;
  cursor: pointer;
}
.rep__like span .count-like {
  color: #757575;
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.rep__like p {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #757575;
}
.icon-like {
  display: flex;
  gap: 6px;
  align-items: center;
}
.icon-like img {
  width: 24px;
  height: 24px;
}
.icon-like .count-like {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #757575;
}
.time__date {
  display: flex;
  gap: 6px;
}
.time__date p {
  color: #bdbdbd;
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.view__rep__comment {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}
.view__rep__comment img {
  width: 24px;
  height: 24px;
}
.view__rep__comment .count__rep__comment {
  color: #bdbdbd;
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.have__rep {
  margin-top: 16px;
  padding-left: 16px;
  border-left: 2px solid var(--primary-grey-200, #eeeeee);
}
.form__question {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.form__question.active {
  display: flex;
}

.form__question .container {
  background: #fff;
  position: relative;
  max-width: 677px;
  width: 90%;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form__question .close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  line-height: 1;
}

.form__question .close-btn:hover {
  color: #000000;
}

.topp {
  margin-top: -24px;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}
.form__question .container h4 {
  color: #212121;
  font-family: Mulish-Bold;
  line-height: 150%;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
}

.have__rep .rep__comment {
  display: none;
}

.comment-form-container,
.reply-form-container {
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  margin-bottom: 15px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.comment-form-comment textarea {
  resize: vertical;
  min-height: 100px;
}

.submit-comment {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.submit-comment:hover {
  background-color: #005177;
}

.commnent-faq {
  cursor: pointer;
  color: #0073aa;
  font-weight: bold;
}

.commnent-faq:hover {
  text-decoration: underline;
}

.view__rep__comment {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.view__rep__comment img {
  margin-right: 5px;
}

.have__rep {
  margin-top: 24px;
}
.have__rep .comment__item__rep {
  margin-top: 24px;
}
.have__rep .comment__item__rep:first-child {
  margin-top: 0;
}
.comment-notes {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.required {
  color: red;
}

.form-submit {
  margin-top: 10px;
}


.date__like {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.rep__like {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rep__comment {
  cursor: pointer;
  color: #0073aa;
}

.rep__comment:hover {
  text-decoration: underline;
}

.icon-like {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.icon-like img {
  width: 20px;
  height: 20px;
}

.count-like {
  margin-left: 5px;
}

.d-none {
  display: none;
}
