.app-widget-comment {
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.app-widget-comment > li {
  border-bottom: 1px solid #f1f3f5;
}
.app-widget-comment > li:last-child {
  border-bottom: none;
}
.app-widget-comment > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 0.75rem 1rem;
  color: black;
  text-decoration: none;
  transition: 0.2s;
}
.app-widget-comment > li > a .app-avatar {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.app-widget-comment > li > a .app-avatar > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.app-widget-comment > li > a .app-widget-comment-body {
  flex: 1;
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.app-widget-comment > li > a:hover {
  color: #000000;
  text-decoration: underline;
  background-color: #f8f9fa;
}
/*# sourceMappingURL=6c3b1ed91b1f8f6920be60ec73e113de34bf78fd.widget.scss.map */
