/* post */
.post-comments {
  background: var(--base-3);
  padding: 25px;
  border-radius: 25px;
  border: 1px solid var(--base-border);
}
.post-comments .sorting__options {
  right: 0;
  left: auto;
}
.post-comments__question {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--base-border);
  width: 100%;
}
.post-comments__question span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  color: var(--font-light-2);
}
.post-comments__question p {
  font-weight: 600;
  font-size: 20px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: var(--font-primary);
}

.comments-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
.comments-header__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 136%;
  color: var(--font-primary);
}
.comments-form {
  margin-top: 18px;
  position: relative;
}
.comments-form textarea {
  border: 1px solid var(--base-border);
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 55px;
  height: 112px;
  width: 100%;
  background: var(--base-2);
  resize: none;
  line-height: 131%;
  color: var(--font-light-1);
}
.comments-form textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: var(--font-light-2);
}
.comments-form textarea::-moz-placeholder {
  opacity: 0.5;
  color: var(--font-light-2);
}
.comments-form textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: var(--font-light-2);
}
.comments-form textarea::-ms-input-placeholder {
  opacity: 0.5;
  color: var(--font-light-2);
}
.comments-form textarea::placeholder {
  opacity: 0.5;
  color: var(--font-light-2);
}
.comments-form__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 18px;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
}
.comments-form__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comments-form__add-image {
  border: 1px solid var(--base-border);
  border-radius: 8px;
  padding: 6px;
  width: 34px;
  height: 34px;
  background-color: var(--base-3);
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.74805' y='2.74609' width='16.5069' height='16.5069' rx='5' stroke='%23AEB5C0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M14.0482 7.62865L14.0486 7.62824C14.1382 7.53886 14.2833 7.539 14.3727 7.62855C14.4621 7.71809 14.4621 7.86318 14.3726 7.95267C14.2831 8.04216 14.138 8.04221 14.0485 7.95277C13.9589 7.86334 13.9588 7.71826 14.0482 7.62865' stroke='%23AEB5C0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M19.2549 9.31991V10.2723C19.2549 11.4385 18.7917 12.5569 17.9671 13.3815C17.1425 14.2061 16.0241 14.6693 14.8579 14.6693V14.6693C13.5743 14.6693 12.3548 14.1085 11.5195 13.1339L8.27337 9.34679C7.6767 8.65065 6.80562 8.25 5.88875 8.25V8.25C4.1542 8.25 2.74805 9.65615 2.74805 11.3907V13.5995' stroke='%23AEB5C0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.comments-form__image-preview {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #232934;
  background-position: center;
  background-size: cover;
  display: none;
}
.comments-form__image-delete {
  background-image: url(../images/icons/close.png);
  width: 14px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 6px;
  cursor: pointer;
  display: none;
}
.comments-form__submit {
  height: 34px;
  padding: 0px 14px;
}
.comments-form__submit p {
  font-size: 13px;
}
.comments__list {
  margin: 0 auto;
}
.comments-mini {
  margin-top: 15px;
}
.comments-mini .comments-form__cancel {
  border: none;
  padding: 0px 5px;
}
.comments-mini .comments-form-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.comments-mini .comments-form__navigation {
  margin: 0px;
  width: 100%;
}
.comments-mini .reply-form-close {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.5L16 16.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16 8.5L8 16.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.5L16 16.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16 8.5L8 16.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: var(--gray-light);
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 0;
}
.comments-mini .comments-form__submit {
  border-color: var(--font-yellow);
}
.comments-mini .reply-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid var(--base-border);
  margin-bottom: 10px;
}
.comments-mini .reply-form__icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
}
.comments-mini textarea {
  background: transparent;
  padding-bottom: 0px;
  height: auto;
  border: none;
  padding-left: 0px;
  padding-top: 8px;
  border-radius: 0px;
}
.comments-mini .comment__row {
  border-top: 0px;
  margin-bottom: 0px;
}
.comments-mini .comments-form__navigation {
  position: relative;
  bottom: 0;
}
.comments-mini__label span {
  font-size: 14px;
  color: var(--font-secondary);
}
.comments-mini__label a {
  font-size: 14px;
  color: var(--font-blue);
  display: block;
  margin-top: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comments-mini__label a:hover {
  opacity: 0.8;
}
.comments-mini__row {
  background: #1d222a;
  border: 1px solid #232934;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.comments__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--base-border);
  cursor: pointer;
}
.comments__load-more {
  color: var(--focus-blue);
  font-size: 14px;
}
.comments__load-more-mobile {
  display: none;
}
@media (max-width: 768px) {
  .comments__load-more-desktop {
    display: none;
  }
  .comments__load-more-mobile {
    display: inline;
  }
}
.comments__load-more.loading {
  pointer-events: none;
  opacity: 0.7;
}
.comments__load-more.loading span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  margin-bottom: -2px;
  border: 2px solid rgba(71, 181, 255, 0.3);
  border-top-color: var(--focus-blue);
  border-radius: 50%;
  -webkit-animation: comment-loading 0.8s linear infinite;
          animation: comment-loading 0.8s linear infinite;
}
.comments__load-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--font-light-1);
}
.comments__load-all span::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.224074 0.89009C0.468152 0.646012 0.86388 0.646012 1.10796 0.89009L3.99935 3.78148L6.89074 0.89009C7.13482 0.646012 7.53055 0.646012 7.77462 0.89009C8.0187 1.13417 8.0187 1.5299 7.77462 1.77397L4.44129 5.10731C4.19721 5.35138 3.80148 5.35138 3.55741 5.10731L0.224074 1.77397C-0.0200038 1.5299 -0.0200038 1.13417 0.224074 0.89009Z' fill='%23000' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.224074 0.89009C0.468152 0.646012 0.86388 0.646012 1.10796 0.89009L3.99935 3.78148L6.89074 0.89009C7.13482 0.646012 7.53055 0.646012 7.77462 0.89009C8.0187 1.13417 8.0187 1.5299 7.77462 1.77397L4.44129 5.10731C4.19721 5.35138 3.80148 5.35138 3.55741 5.10731L0.224074 1.77397C-0.0200038 1.5299 -0.0200038 1.13417 0.224074 0.89009Z' fill='%23000' /%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: var(--font-light-1);
  width: 8px;
  height: 6px;
}
.comments__load-all.loading {
  pointer-events: none;
  opacity: 0.7;
}
.comments__load-all.loading span::after {
  -webkit-mask-image: none;
  mask-image: none;
  background-color: transparent;
  border: 2px solid rgba(71, 181, 255, 0.3);
  border-top-color: var(--font-color);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
  -webkit-animation: comment-loading 0.8s linear infinite;
          animation: comment-loading 0.8s linear infinite;
}

.comment-info {
  width: 100%;
}
.comment__row {
  margin-bottom: 15px;
  width: 100%;
  border-top: 1px solid var(--base-border);
  position: relative;
}
.comment__row:first-child {
  border-top: 0px;
}
.comment-content {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 12px;
}
.comment__image {
  width: 37px;
  min-width: 37px;
  margin-right: 10px;
  height: 37px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
  border-radius: 50%;
}
.comment__image-mobile {
  display: none;
}
.comment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment__top span {
  font-weight: 500;
  font-size: 14px;
  color: var(--font-primary);
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comment__top span.comment__author-marker {
  color: var(--font-yellow);
}
.comment__top a {
  font-weight: 500;
  font-size: 14px;
  color: var(--font-primary);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 10px;
}
.comment__top a:hover {
  color: var(--font-blue);
}
.comment__top p {
  font-size: 13px;
  line-height: 150%;
  color: var(--font-light-2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comment__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment__top-info .circle-indicator::before {
  margin-right: 10px;
  margin-left: 1px;
}
.comment__text {
  margin-top: 5px;
  font-size: 15px;
  line-height: 167%;
  letter-spacing: 0.01em;
  color: var(--font-light-1);
}
.comment__text p {
  margin-bottom: 15px;
  line-height: 167%;
}
.comment__text p:last-child {
  margin-bottom: 0;
}
.comment__text img {
  max-width: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  border-radius: 10px;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  display: inline-block;
  cursor: pointer;
}
.comment__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment__reaction {
  height: 26px;
  padding: 0px 7px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: var(--font-light-2);
  background: var(--divide-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  line-height: 1;
  cursor: pointer;
  border: 1px solid transparent;
  margin-right: 10px;
  overflow: hidden;
}
.comment__reaction.loading {
  opacity: 0.7;
  pointer-events: none;
}
.comment__reaction.active {
  background: var(--font-blue);
  color: #fff;
}
.comment__reaction.active i {
  background-color: #fff;
}
.comment__reaction.animate {
  -webkit-animation: like-pulse 0.5s ease;
          animation: like-pulse 0.5s ease;
}
.comment__reaction span {
  font-size: 12px;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.comment__reaction span.count-update {
  -webkit-animation: count-update 0.3s ease;
          animation: count-update 0.3s ease;
}
.comment__reaction i {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: var(--icon-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.36468 17.4154H4.63402C4.0996 17.4154 3.66602 16.9818 3.66602 16.4474V9.67503C3.66602 9.14061 4.0996 8.70703 4.63402 8.70703H6.36468C6.8991 8.70703 7.33268 9.14061 7.33268 9.67503V16.4474C7.33268 16.9818 6.8991 17.4154 6.36468 17.4154V17.4154Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 9.69143L10.6789 5.33634C11.3013 4.52509 12.5168 4.50493 13.1667 5.29418V5.29418C13.4097 5.58843 13.5417 5.95876 13.5417 6.34009V9.33851H16.3797C16.9306 9.33851 17.4448 9.61351 17.751 10.0709L18.0526 10.521C18.323 10.9253 18.4018 11.4285 18.2671 11.8951L17.0213 16.2236C16.8178 16.9303 16.1716 17.4171 15.4364 17.4171H9.67148C9.21315 17.4171 8.77498 17.2264 8.46332 16.8909L7.33398 15.6754' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.36468 17.4154H4.63402C4.0996 17.4154 3.66602 16.9818 3.66602 16.4474V9.67503C3.66602 9.14061 4.0996 8.70703 4.63402 8.70703H6.36468C6.8991 8.70703 7.33268 9.14061 7.33268 9.67503V16.4474C7.33268 16.9818 6.8991 17.4154 6.36468 17.4154V17.4154Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 9.69143L10.6789 5.33634C11.3013 4.52509 12.5168 4.50493 13.1667 5.29418V5.29418C13.4097 5.58843 13.5417 5.95876 13.5417 6.34009V9.33851H16.3797C16.9306 9.33851 17.4448 9.61351 17.751 10.0709L18.0526 10.521C18.323 10.9253 18.4018 11.4285 18.2671 11.8951L17.0213 16.2236C16.8178 16.9303 16.1716 17.4171 15.4364 17.4171H9.67148C9.21315 17.4171 8.77498 17.2264 8.46332 16.8909L7.33398 15.6754' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 24px;
  mask-size: 24px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.comment__reaction i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.comment__like-count.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.comment-more {
  border-radius: 30px;
  width: 36px;
  height: 26px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: var(--icon-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.36468 17.4154H4.63402C4.0996 17.4154 3.66602 16.9818 3.66602 16.4474V9.67503C3.66602 9.14061 4.0996 8.70703 4.63402 8.70703H6.36468C6.8991 8.70703 7.33268 9.14061 7.33268 9.67503V16.4474C7.33268 16.9818 6.8991 17.4154 6.36468 17.4154V17.4154Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 9.69143L10.6789 5.33634C11.3013 4.52509 12.5168 4.50493 13.1667 5.29418V5.29418C13.4097 5.58843 13.5417 5.95876 13.5417 6.34009V9.33851H16.3797C16.9306 9.33851 17.4448 9.61351 17.751 10.0709L18.0526 10.521C18.323 10.9253 18.4018 11.4285 18.2671 11.8951L17.0213 16.2236C16.8178 16.9303 16.1716 17.4171 15.4364 17.4171H9.67148C9.21315 17.4171 8.77498 17.2264 8.46332 16.8909L7.33398 15.6754' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.36468 17.4154H4.63402C4.0996 17.4154 3.66602 16.9818 3.66602 16.4474V9.67503C3.66602 9.14061 4.0996 8.70703 4.63402 8.70703H6.36468C6.8991 8.70703 7.33268 9.14061 7.33268 9.67503V16.4474C7.33268 16.9818 6.8991 17.4154 6.36468 17.4154V17.4154Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 9.69143L10.6789 5.33634C11.3013 4.52509 12.5168 4.50493 13.1667 5.29418V5.29418C13.4097 5.58843 13.5417 5.95876 13.5417 6.34009V9.33851H16.3797C16.9306 9.33851 17.4448 9.61351 17.751 10.0709L18.0526 10.521C18.323 10.9253 18.4018 11.4285 18.2671 11.8951L17.0213 16.2236C16.8178 16.9303 16.1716 17.4171 15.4364 17.4171H9.67148C9.21315 17.4171 8.77498 17.2264 8.46332 16.8909L7.33398 15.6754' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 24px;
  mask-size: 24px;
  margin-right: 10px;
  cursor: pointer;
}
.comment__menu {
  margin-right: 24px;
  width: 36px;
  height: 26px;
}
.comment__menu.active .comment__menu-button {
  border-color: var(--font-blue);
}
.comment__menu-button {
  display: inline-block;
  background: var(--divide-bg);
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.962 11.0015C16.962 11.2547 16.7567 11.46 16.5034 11.46C16.2502 11.46 16.0449 11.2547 16.0449 11.0015C16.0449 10.7483 16.2502 10.543 16.5034 10.543C16.7567 10.543 16.962 10.7483 16.962 11.0015' stroke='%237385A2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M11.46 11.0015C11.46 11.2547 11.2547 11.46 11.0015 11.46C10.7483 11.46 10.543 11.2547 10.543 11.0015C10.543 10.7483 10.7483 10.543 11.0015 10.543C11.2547 10.543 11.46 10.7483 11.46 11.0015' stroke='%237385A2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M5.95611 11.0015C5.95611 11.2547 5.75082 11.46 5.49759 11.46C5.24435 11.46 5.03906 11.2547 5.03906 11.0015C5.03906 10.7483 5.24435 10.543 5.49759 10.543C5.75082 10.543 5.95611 10.7483 5.95611 11.0015' stroke='%237385A2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  border-radius: 30px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 34px;
  height: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comment__menu-list {
  position: absolute;
  background: var(--base-4);
  border: 1px solid var(--active-border);
  border-radius: 10px;
  padding: 5px;
  opacity: 0;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 200px;
  width: 100%;
}
.comment__menu-list.active {
  opacity: 1;
  top: auto;
  display: block;
  bottom: 42px;
}
.comment__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: var(--font-secondary);
  margin-top: 5px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
.comment__menu-item:hover {
  border-radius: 5px;
  border-color: var(--focus-blue);
  color: var(--font-primary);
}
.comment__menu-item:first-child {
  margin-top: 0px;
}
.comment__menu-item i {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  background-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: var(--icon-secondary);
}
.comment__menu-delete i {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7932 19.25H7.20318C6.24343 19.25 5.44594 18.5094 5.37444 17.5514L4.55219 6.41669H17.4167L16.6219 17.5469C16.5532 18.5066 15.7548 19.25 14.7932 19.25V19.25Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 10.0833V15.5833' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.66669 6.41665H18.3334' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5834 6.41667L14.6548 3.93983C14.3862 3.22392 13.7024 2.75 12.9379 2.75H9.06219C8.29769 2.75 7.61385 3.22392 7.34527 3.93983L6.41669 6.41667' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1442 10.0833L13.75 15.5833' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.85585 10.0833L8.25002 15.5833' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7932 19.25H7.20318C6.24343 19.25 5.44594 18.5094 5.37444 17.5514L4.55219 6.41669H17.4167L16.6219 17.5469C16.5532 18.5066 15.7548 19.25 14.7932 19.25V19.25Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 10.0833V15.5833' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.66669 6.41665H18.3334' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5834 6.41667L14.6548 3.93983C14.3862 3.22392 13.7024 2.75 12.9379 2.75H9.06219C8.29769 2.75 7.61385 3.22392 7.34527 3.93983L6.41669 6.41667' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1442 10.0833L13.75 15.5833' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.85585 10.0833L8.25002 15.5833' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.comment__menu-copy-link i {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6.41476' y='6.41473' width='12.8387' height='12.8387' rx='2' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.41476 15.5853H4.58066C3.56772 15.5853 2.74657 14.7641 2.74657 13.7512V4.58068C2.74657 3.56774 3.56772 2.74658 4.58066 2.74658H13.7512C14.7641 2.74658 15.5852 3.56774 15.5852 4.58068V6.41478' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6.41476' y='6.41473' width='12.8387' height='12.8387' rx='2' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.41476 15.5853H4.58066C3.56772 15.5853 2.74657 14.7641 2.74657 13.7512V4.58068C2.74657 3.56774 3.56772 2.74658 4.58066 2.74658H13.7512C14.7641 2.74658 15.5852 3.56774 15.5852 4.58068V6.41478' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.comment__menu-complaint i {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2.75V2.75C15.5568 2.75 19.25 6.44325 19.25 11V11C19.25 15.5568 15.5568 19.25 11 19.25V19.25C6.44325 19.25 2.75 15.5568 2.75 11V11C2.75 6.44325 6.44325 2.75 11 2.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 11.4583V6.875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9991 14.6667C10.8726 14.6667 10.7699 14.7693 10.7708 14.8958C10.7708 15.0223 10.8735 15.125 11 15.125C11.1265 15.125 11.2292 15.0223 11.2292 14.8958C11.2292 14.7693 11.1265 14.6667 10.9991 14.6667' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2.75V2.75C15.5568 2.75 19.25 6.44325 19.25 11V11C19.25 15.5568 15.5568 19.25 11 19.25V19.25C6.44325 19.25 2.75 15.5568 2.75 11V11C2.75 6.44325 6.44325 2.75 11 2.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 11.4583V6.875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9991 14.6667C10.8726 14.6667 10.7699 14.7693 10.7708 14.8958C10.7708 15.0223 10.8735 15.125 11 15.125C11.1265 15.125 11.2292 15.0223 11.2292 14.8958C11.2292 14.7693 11.1265 14.6667 10.9991 14.6667' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.comment__answer {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  color: var(--font-secondary);
  cursor: pointer;
  margin-right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comment__answer:hover {
  color: var(--font-blue);
}
.comment__answer-more {
  padding-left: 20px;
  border-left: 1px solid var(--base-border);
  border-bottom: 1px solid var(--base-border);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  padding-right: 10px;
  border-radius: 0px 0px 0px 10px;
  color: var(--font-blue);
}
.comment__answer b {
  font-weight: 400;
}
.comment__answer-unwrap {
  color: var(--font-blue);
  position: relative;
}
.comment__answer-unwrap::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.224074 0.89009C0.468152 0.646012 0.86388 0.646012 1.10796 0.89009L3.99935 3.78148L6.89074 0.89009C7.13482 0.646012 7.53055 0.646012 7.77462 0.89009C8.0187 1.13417 8.0187 1.5299 7.77462 1.77397L4.44129 5.10731C4.19721 5.35138 3.80148 5.35138 3.55741 5.10731L0.224074 1.77397C-0.0200038 1.5299 -0.0200038 1.13417 0.224074 0.89009Z' fill='%23000' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.224074 0.89009C0.468152 0.646012 0.86388 0.646012 1.10796 0.89009L3.99935 3.78148L6.89074 0.89009C7.13482 0.646012 7.53055 0.646012 7.77462 0.89009C8.0187 1.13417 8.0187 1.5299 7.77462 1.77397L4.44129 5.10731C4.19721 5.35138 3.80148 5.35138 3.55741 5.10731L0.224074 1.77397C-0.0200038 1.5299 -0.0200038 1.13417 0.224074 0.89009Z' fill='%23000' /%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: var(--focus-blue);
  width: 8px;
  height: 6px;
}
.comment__branches {
  position: relative;
}
.comment__branches > .comment__branch-line {
  display: none;
  position: absolute;
  left: 25px;
  width: 14px;
  z-index: 3;
  pointer-events: none;
}
.comment__branches > .comment__branch-line::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--branch-line);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.comment__branches > .comment__branch-line:hover::before {
  background: var(--font-blue);
}
.comment__branches > .comment__branch-line:hover ~ .comment__row > .comment-content::before {
  border-color: var(--font-blue);
}
.comment__branches.comment__branches--open > .comment__branch-line {
  pointer-events: auto;
  cursor: pointer;
}
.comment__branches.comment__branches--open > .comment__branches-expand {
  display: none;
}
.comment__branches .comment__row {
  padding-left: 40px;
  margin-bottom: 0px;
  border-top: 0px;
}
.comment__branches > .comment__row > .comment-content::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 20px;
  width: 21px;
  height: 10px;
  border-style: solid;
  border-color: var(--branch-line);
  border-width: 0 0 1px 1px;
  border-bottom-left-radius: 10px;
  pointer-events: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.comment__branches .comment__branches-expand {
  padding-left: 58px;
  margin-top: 8px;
  color: var(--focus-blue);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comment__branches .comment__branches-expand:hover {
  opacity: 0.8;
}
.comment__branches > .comment__branch-collapse {
  display: none;
}
.comment__branches.comment__branches--expanded > .comment__branch-collapse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  margin-top: 8px;
  color: var(--focus-blue);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comment__branches.comment__branches--expanded > .comment__branch-collapse:hover {
  opacity: 0.8;
}
.comment__branches.comment__branches--expanded > .comment__branch-collapse::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 6px;
  background-color: var(--focus-blue);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.224074 0.89009C0.468152 0.646012 0.86388 0.646012 1.10796 0.89009L3.99935 3.78148L6.89074 0.89009C7.13482 0.646012 7.53055 0.646012 7.77462 0.89009C8.0187 1.13417 8.0187 1.5299 7.77462 1.77397L4.44129 5.10731C4.19721 5.35138 3.80148 5.35138 3.55741 5.10731L0.224074 1.77397C-0.0200038 1.5299 -0.0200038 1.13417 0.224074 0.89009Z' fill='%23000' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.224074 0.89009C0.468152 0.646012 0.86388 0.646012 1.10796 0.89009L3.99935 3.78148L6.89074 0.89009C7.13482 0.646012 7.53055 0.646012 7.77462 0.89009C8.0187 1.13417 8.0187 1.5299 7.77462 1.77397L4.44129 5.10731C4.19721 5.35138 3.80148 5.35138 3.55741 5.10731L0.224074 1.77397C-0.0200038 1.5299 -0.0200038 1.13417 0.224074 0.89009Z' fill='%23000' /%3E%3C/svg%3E");
}

.comment__branch-tip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 11px;
  border-radius: 9px;
  background: var(--base-4);
  border: 1px solid var(--active-border);
  color: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%) scale(0.7);
          transform: translate(-100%, -50%) scale(0.7);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: opacity 0.16s ease, -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.16s ease, -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.16s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.16s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.comment__branch-tip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 8px;
  height: 8px;
  background: var(--base-4);
  border-top: 1px solid var(--active-border);
  border-right: 1px solid var(--active-border);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.comment__branch-tip--visible {
  opacity: 1;
  -webkit-transform: translate(-100%, -50%) scale(1);
          transform: translate(-100%, -50%) scale(1);
}

.loading-comments {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.loading-comments:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: -4px;
  border: 2px solid rgba(71, 181, 255, 0.3);
  border-top-color: var(--font-blue);
  border-radius: 50%;
  -webkit-animation: comment-loading 1s linear infinite;
          animation: comment-loading 1s linear infinite;
}

@-webkit-keyframes count-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes count-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes count-update {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.105);
            transform: scale(1.105);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes count-update {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.105);
            transform: scale(1.105);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes comment-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes comment-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes count-slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes count-slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes like-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes like-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .post-comments {
    padding: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
    border-radius: 0px;
  }
  .post-comments__question p {
    font-size: 20px;
  }
  .comments-header__label {
    font-size: 14px;
  }
  .comment__row {
    margin-bottom: 20px;
  }
  .comment__row::before {
    display: none;
  }
  .comment__row > .comment-content::before {
    display: none;
  }
  .comment__branches {
    position: relative;
  }
  .comment__branches .comment__branches .comment__row {
    padding-left: 20px;
  }
  .comment__branches:before {
    display: none;
  }
  .comment__branches > .comment__branch-line {
    left: -7px;
    width: 14px;
  }
  .comment__branches > .comment__branch-line::before {
    left: 6px;
  }
  .comment__branches > .comment__row > .comment-content::before, .comment__branches .comment__branches > .comment__row > .comment-content::before, .comment__branches .comment__branches .comment__branches > .comment__row > .comment-content::before {
    display: block;
    left: -21px;
    width: 14px;
    top: 22px;
    height: 10px;
  }
  .comment__branches .comment__row {
    padding-left: 20px;
  }
  .comment__branches.comment__branches--expanded > .comment__branch-collapse {
    padding-left: 20px;
  }
  .comment__branches .comment__branches.comment__branches--expanded > .comment__branch-collapse {
    padding-left: 20px;
  }
  .comment__branches .comment__branches .comment__branches.comment__branches--expanded > .comment__branch-collapse {
    padding-left: 20px;
  }
  .comment__branches .comment__branches-expand {
    padding-left: 0px;
    margin-top: 6px;
  }
  .comment__branches .comment__branches .comment__branches-expand {
    padding-left: 20px;
  }
  .comment__branches .comment__branches .comment__branches .comment__branches-expand {
    padding-left: 20px;
  }
  .comment__top-info {
    display: block;
  }
  .comment__top .circle-indicator::before {
    margin-right: 10px;
    margin-left: 4px;
  }
  .comment__top .comment__author-name {
    margin-right: 0px;
  }
  .comment__top .comment__author-date {
    margin-top: 2px;
  }
  .comment__image {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .comment__image-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comment__image-desktop {
    display: none !important;
  }
  .comment-content {
    padding-left: 0px;
    margin-top: 15px;
  }
  .comments__list > .comment__row > .comment__branches > .comment__branch-line {
    left: -7px;
  }
  .comments__list > .comment__row > .comment__branches > .comment__row > .comment-content::before {
    left: -21px;
    width: 21px;
  }
}
.comment__text .inscale-image-lazy {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--loading-bg);
  margin-top: 10px;
}
.comment__text .inscale-image-lazy:not(:has(.lazy-loaded)) {
  min-width: 160px;
  min-height: 120px;
}
.comment__text .inscale-image-lazy:has(.lazy-loaded)::before {
  display: none;
}
.comment__text .inscale-image-lazy:has(.lazy-loaded) {
  background-color: transparent;
}
.comment__text .inscale-image-lazy img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.comment__text .inscale-image-lazy img.lazy-loaded {
  opacity: 1;
}

.comments-form__image {
  position: relative;
}
.comments-form__image .comments-form__image-preview {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.comments-form__image .comments-form__image-delete {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 3;
  width: 18px;
  height: 18px;
  padding: 0;
  background: var(--base-3);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: background-color 0.15s, -webkit-transform 0.15s;
  transition: background-color 0.15s, -webkit-transform 0.15s;
  transition: background-color 0.15s, transform 0.15s;
  transition: background-color 0.15s, transform 0.15s, -webkit-transform 0.15s;
}
.comments-form__image .comments-form__image-delete::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px auto 0;
  background-color: var(--icon-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1l8 8M9 1l-8 8' stroke='%23000' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1l8 8M9 1l-8 8' stroke='%23000' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
}
.comments-form__image .comments-form__image-delete:hover:before {
  background-color: var(--icon-primary);
}