._container_1pvtk_1 {
  font-family: 'Jammy', sans-serif;
  width: 740px;
  max-width: 92%;
  max-height: 760px;
  margin: 1.5rem auto;

  background-color: #fff;

  border: 4px solid;
  
  border-image-source: url('../img/border-2.png');
  border-image-slice: 12 fill;
  border-image-outset: 4px;
  border-image-width: 16px;
  border-image-repeat: round;
}

._statsBar_1pvtk_6 {
  display: none;
  align-items: center;
  gap: .5rem
}

._statsBar_1pvtk_6:hover {
  text-decoration: underline
}

._statItem_1pvtk_16 {
  display: flex;
  align-items: center;
  gap: .25rem;
  white-space: nowrap
}

._container_1pvtk_1 a._link_1pvtk_23,
._container_1pvtk_1 a._link_1pvtk_23:hover {
  text-decoration: underline
}

._icon_1pvtk_31 {
  width: 1.25rem;
  height: 1.25rem
}

._errorText_1pvtk_36,
._loadingText_1pvtk_36 {
  text-align: center
}

._commentsTitle_1pvtk_40 {
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 700
}

._replyText_1pvtk_46 {
  margin-top: .5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;

  border-bottom: 3px solid;
}

._commentsList_1pvtk_55 {
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  gap: .5rem
}

._container_1pvtk_1 ._showMoreButton_1pvtk_62 {
  margin-top: .5rem;
  font-size: 1.25rem;
  text-decoration: underline
}

._container_1pvtk_1 ._showMoreButton_1pvtk_62:hover {
  text-decoration: underline
}

._commentContainer_1pvtk_72 {
  margin: 0.5rem 0;
  font-size: 1.25rem
}

._commentContent_1pvtk_77 {
  display: flex;
  max-width: 36rem;
  flex-direction: column;
}

._authorLink_1pvtk_84 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: .5rem
}

._authorLink_1pvtk_84:hover {
  text-decoration: underline
}

._avatar_1pvtk_96 {
  height: 1.2rem;
  width: 1.2rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: #d1d5db
}

._authorName_1pvtk_104 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

._container_1pvtk_1 a:not(._link_1pvtk_23) {
  text-decoration: none;
  text-align: left;

  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

._container_1pvtk_1 a:not(._link_1pvtk_23) p {
  margin: 2px 0;
}

._container_1pvtk_1 a:hover {
  text-decoration: none
}

._commentContent_1pvtk_77 ._handle_1pvtk_122 {
  color: #eb8547;
}

._repliesContainer_1pvtk_125 {
  border-left: 4px solid #525252;
  margin-left: 5rem;
}

._repliesContainer_1pvtk_125, ._replyText_1pvtk_46 {
  border-image-source: url('../img/border-1.png');
  border-image-slice: 4;
}

._actionsContainer_1pvtk_130 {
  margin-top: .5rem;
  display: none;
  width: 100%;
  max-width: 150px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  opacity: .6
}

._actionsRow_1pvtk_142 {
  display: flex;
  align-items: center;
  gap: .25rem
}

hr._divider_1pvtk_51 {
  display: none;
}