.comment {
  background: #000;
  color: white;
}

.comment__heading {
  margin-bottom: 40px;
}

.comment__media {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-top: 15px;
}

.comment__media img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #efefef;
}

.comment__inner-item-star {
  margin: 20px 0 10px;
}

.comment__inner {
  padding: 10px 40px 40px;
  background-image: linear-gradient(180deg, #ffffff00 60px, #171717 0%);
}

.comment__heading-description {
  margin-top: 20px;
}

.comment__inner-item-description {
  margin-top: 20px;
  margin-bottom: 35px;
}

.comment__slide {
  position: relative;
}

.comment__masking {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  pointer-events: none;
}

.comment__slide-pre,
.comment__slide-next {
  flex: 1;
}

.comment__slide-pre {
  background-image: linear-gradient(90deg, #0e0e0e 0%, #00000000 35%);
}

.comment__slide-next {
  background-image: linear-gradient(90deg, #04162f00 55%, #0e0e0e 100%);
}
