.pvc-latest-comment-list {
  display: block;
}

.pvc-latest-comment-list > .comment {
  margin-bottom: 14px;
}

.comment-content > .pvc-comment-context {
  margin: 0 0 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #e2e8f0;
  color: #657386;
  font-size: 0.9em;
}

.comment-content > .pvc-comment-context a {
  color: inherit;
  text-decoration: none;
}

.comment-content > .pvc-comment-context a:hover strong {
  color: #1479af;
}

.pvc-public-profile .pvc-comment-like-button,
.pvc-latest-comment-list .pvc-comment-like-button {
  padding: 10px;
}

.pvc-public-profile .pvc-comment-like-button .pvc-like-icon,
.pvc-latest-comment-list .pvc-comment-like-button .pvc-like-icon {
  font-size: 3em;
}

.pvc-public-profile .pvc-comment-like-wrapper .pvc-like-count,
.pvc-latest-comment-list .pvc-comment-like-wrapper .pvc-like-count {
  font-size: 1.3em;
}

.pvc-public-profile .comment-content > .comment-image-gallery > p > a > img,
.pvc-latest-comment-list .comment-content > .comment-image-gallery > p > a > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.pvc-latest-comment-list__empty {
  margin: 0;
  padding: 18px;
  border: 1px solid #dbe4ee;
  border-radius: 6px;
  background: #f8fafc;
  color: #5b6879;
}

.pvc-latest-comment-list__pagination {
  margin-top: 20px;
}

.pvc-latest-comment-list__pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvc-latest-comment-list__pagination a,
.pvc-latest-comment-list__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid #d1dce7;
  border-radius: 5px;
  background: #fff;
  color: #24577a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.pvc-latest-comment-list__pagination .current {
  border-color: #1976ad;
  background: #1976ad;
  color: #fff;
}

@media (max-width: 600px) {
  .pvc-latest-comment-list > .comment {
    margin-bottom: 10px;
  }

  .pvc-public-profile .pvc-comment-like-button .pvc-like-icon,
  .pvc-latest-comment-list .pvc-comment-like-button .pvc-like-icon {
    font-size: 2.8em;
  }

  .pvc-public-profile .comment-content > .comment-image-gallery > p > a > img,
  .pvc-latest-comment-list .comment-content > .comment-image-gallery > p > a > img {
    width: auto;
    max-height: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
