.comments {
  max-width: 844px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
}

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

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

.comment-block {
  margin: 5px 5px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.comment-block:nth-child(1) {
  border-bottom: none;
}
.block-avatar {
  margin-right: 1rem;
}
.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}
.block-info textarea {
  width: 100%;
  padding: 0.5rem 1rem 2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
}

.block-info textarea:focus {
  border: none;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  white-space: nowrap;
}
.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}
.block-info-line__date {
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 5px;
}

.block-info-line__like_item:nth-of-type(3) {
  list-style: disc;
  margin-left: 20px;
  margin-right: 5px;
}

.block-info-line__like_item:nth-of-type(3)::marker {
  color: #00000070;
}

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

@media (max-width: 640px) {
  .block-info textarea {
    width: 90%;
  }
}
h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
}
h2 {
  font-size: 2rem;
}

ul {
  margin: 10px 0 0 0;
  padding-left: 0;
}

li {
  margin-bottom: 0.75rem;
}

/* Links */
a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}

.comment-textarea {
  width: 100%;
  height: 80px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 16px;
}

.comment-textarea:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
  outline: none;
}

.comm_pr {
  border: 1px solid #dddee1;
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 50px;

  a {
    display: block;
    border-radius: 5px;
    max-width: 120px;
    margin-left: auto;
    color: #fff;
    background: #2a5083;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
}
