/* Shared comment avatars — all cpda leads */
.esconder .comment-avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #e4e6eb;
  position: relative;
}

.esconder .comment-avatar img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.esconder .comment-footer,
.esconder .comment-meta {
  margin-top: 8px;
}

.esconder .comment-likes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #fff;
  border: 1px solid #eaebef;
  border-radius: 12px;
  padding: 0 4px;
  min-height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #65676b;
  padding-top: 2px;
}

.esconder .comment-likes::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url("img/likes.webp") center / contain no-repeat;
  margin-top: -3px;
  margin-left: -2px;
}
