.upk-recent-comments {
  display: grid;
}
.upk-recent-comments .upk-meta {
  margin-bottom: 15px;
}
.upk-recent-comments .upk-meta .upk-avatar {
  margin-right: 15px;
}
.upk-recent-comments .upk-meta .upk-avatar img {
  border-radius: 80px;
}
.upk-recent-comments .upk-meta .upk-author-name {
  color: #2B2D42;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.upk-recent-comments .upk-meta .upk-author-name:hover {
  color: #EF233C;
}
.upk-recent-comments .upk-meta .upk-date {
  color: #798184;
  font-size: 14px;
}
.upk-recent-comments .upk-text {
  color: #798184;
  font-size: 16px;
}