.article-comments {
  margin: 3em auto 2em;
  max-width: 800px;
  padding-top: 2em;
  border-top: 2px solid #1a1a1a;
}

.article-comments__title {
  font-family: 'FoundersGroteskText', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  margin: 0 0 0.35em;
  color: #000;
}

.article-comments__count {
  font-family: 'FoundersGroteskText', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 1.5em;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-item {
  margin: 0;
  padding: 1.25em 0;
  border-bottom: 1px solid #e8e8e8;
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-item__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.65em;
}

.comment-item__avatar {
  flex-shrink: 0;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd;
  background: #f0f0f0;
}

.comment-item__meta {
  min-width: 0;
}

.comment-item__name {
  display: block;
  font-family: 'FoundersGroteskText', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.3;
}

.comment-item__time {
  font-family: 'FoundersGroteskText', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.75rem;
  color: #888;
}

.comment-item__text {
  font-family: 'PublicoText', Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #1a1a1a;
  margin: 0;
  padding-left: 60px;
}

.comment-item__attachment {
  margin: 0.75em 0 0 60px;
  max-width: 280px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
}

.comment-item__attachment img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.comment-item__replies {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  border-left: 2px solid #e8e8e8;
  margin-left: 24px;
}

.comment-item--reply {
  padding: 1em 0 1em 16px;
  border-bottom: 1px solid #f0f0f0;
}

.comment-item--reply:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.comment-item--reply .comment-item__avatar {
  width: 40px;
  height: 40px;
}

.comment-item--reply .comment-item__text {
  padding-left: 52px;
  font-size: 0.975rem;
}

.comment-item--reply .comment-item__attachment {
  margin-left: 52px;
}

.main-c .article-comments p {
  margin: 0;
}

.main-c .article-comments .comment-item__count,
.main-c .article-comments__count {
  margin: 0 0 1.5em;
}

@media (max-width: 767px) {
  .comment-item__text,
  .comment-item__attachment {
    padding-left: 0;
    margin-left: 0;
  }

  .comment-item--reply .comment-item__text,
  .comment-item--reply .comment-item__attachment {
    padding-left: 0;
    margin-left: 0;
  }

  .comment-item__replies {
    margin-left: 12px;
    padding-left: 12px;
  }

  .comment-item__head {
    margin-bottom: 0.5em;
  }
}
