.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 95%;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-display {
  border-top: 1px solid #767d843c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}

.comment-display div {
  display: flex;
  gap: 1rem;
}

.comment-display div span:nth-child(1) {
  background-color: #626262;
  padding: 0px 7px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}

.comment-block-answer {
  margin-left: 2rem;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.block-info {
  width: 100%;
}

.block-info-comment {
  position: relative;
  width: 90%;
}

.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: -68px;
  border-radius: 50%;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.block-info-comment__svg svg {
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 15px;
  padding: 5px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #052962;
  /* padding-bottom: 1rem; */
}

.block-info-comment__name span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}

.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 0.7rem;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
  text-align: center;
}

.reg__list li {
  position: relative;
  padding: 10px 15px;
  padding-left: 55px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.reg__list li:before {
  content: "" !important;
  display: flex;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #007fff;
  color: #007fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
