.app-comment {
  margin-bottom: 3rem;
}
.app-comment .app-comment-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.app-comment-divider {
  border-bottom: 1px solid #e9ecef;
  border-bottom-color: var(--color-gray-200);
  margin-bottom: 3rem;
}
.app-comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.app-comment-item {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.app-comment-item__profile {
  flex: 0 0 auto;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .app-comment-item__profile {
    width: 40px;
    height: 40px;
  }
}
.app-comment-item__profile > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.app-comment-item__body {
  flex: 1;
  padding-left: 1rem;
}
.app-comment-item__content-scroll {
  overflow-y: auto;
  max-height: 400px;
}
.app-comment-item__content img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.color_scheme_dark .app-comment-item__content img {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.app-comment-item__content a {
  color: #247bff;
  word-break: break-all;
}
.app-comment-item__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
  color: #868e96;
  color: var(--color-gray-600);
  font-size: 0.75rem;
}
.app-comment-item__head .app-divider {
  flex: 1;
}
.app-comment-item__head .app-comment-item__name {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin-right: 0.5rem;
  color: black;
  color: var(--color-black);
  font-size: 14px;
}
.app-comment-item__head .app-comment-item__name > a {
  color: black;
  color: var(--color-black);
  text-decoration: none;
}
.app-comment-item__head .app-comment-item__name ion-icon {
  margin-left: 0.25rem;
}
.app-comment-item__head .app-comment-item__name.app-is-owner, .app-comment-item__head .app-comment-item__name.app-is-owner > a {
  color: #247bff;
}
.app-comment-item__head .app-comment-item__owner {
  padding: 2px 6px;
  margin-right: 4px;
  color: white;
  color: var(--color-text-primary);
  font-size: 11px;
  background-color: #247bff;
  border-radius: 999px;
}
.app-comment-item__at {
  margin-top: -6px;
  margin-bottom: 12px;
  color: #868e96;
  color: var(--color-gray-600);
  font-size: 0.75rem;
}
.app-comment-item__at > strong {
  color: black;
  color: var(--color-black);
  font-weight: 500;
}
.app-comment-item__link {
  cursor: pointer;
  color: #868e96;
  color: var(--color-gray-600);
  text-decoration: none;
  transition: 0.2s ease;
}
.app-comment-item__link:hover {
  color: #495057;
  color: var(--color-gray-700);
  text-decoration: none !important;
}
.app-comment-item__file {
  margin-right: 10px;
}
.app-comment-item__actions {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 0.875rem;
}
.app-comment-item__actions .app-comment-item__link {
  margin-right: 1rem;
}
.app-comment-item__depth {
  margin-top: -0.5rem;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .app-comment-item__depth {
    margin-left: 8px;
  }
}
.app-comment-item__depth .app-comment-item__profile {
  width: 30px;
  height: 30px;
}
.app-comment-vote {
  display: flex;
  align-items: center;
}
.app-comment-vote > button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin-right: 1rem;
  color: #495057;
  color: var(--color-gray-700);
  font-size: 14px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: transparent;
  transition: 0.2s ease;
}
.app-comment-vote > button ion-icon {
  font-size: 1rem;
}
.app-comment-vote > button span {
  margin-left: 0.25rem;
}
.app-comment-vote > button:hover {
  color: #343a40;
  color: var(--color-gray-800);
}
.app-comment-vote > button:active {
  color: #212529;
  color: var(--color-gray-900);
}
.app-comment-vote__up.active {
  color: #13ce66;
}
.app-comment-vote__down.active {
  color: #ff5a57;
}
/*# sourceMappingURL=b45943f7dec2bd9a624ab3d7ee4515d08d95887c.comment.scss.map */
