.recently-photo-reviews-swiper-container {
  position: relative;
}

.recently-photo-reviews-swiper-container .blur_gradient {
  position: absolute;
  right: 0;
  top: 0;

  width: 10%;
  height: 100%;
  background: linear-gradient(269.45deg, #ffffff 5%, rgba(255, 255, 255, 0) 99.45%);

  z-index: 2;
}

.recently-photo-reviews-swiper-container .blur_gradient:first-child {
  right: auto;
  left: 0;

  background: linear-gradient(89deg, #ffffff 5%, rgb(0 0 0 / 0%) 99.45%);
}

.recently-photo-reviews {
  overflow: hidden;
  padding: 20px 0 0 !important;
}

.recently-photo-reviews .title .tool {
  display: none;
  align-items: center;
  justify-content: center;

  width: 50px;

  border: 1px solid #e6e8ec !important;
  border-radius: 30px;

  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
}

.recently-photo-reviews .title .tool span {
  font-weight: 400;
  color: #121212;
}

.recently-photo-reviews .title .tool span:first-child {
  font-weight: 700;
}

.recently-photo-reviews .title .tool span:first-child::after {
  margin: 0 5px;

  content: "/";
  font-weight: 400;
}

.recently-photo-reviews .recently-photo-reviews-swiper-button-prev,
.recently-photo-reviews .recently-photo-reviews-swiper-button-next {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translate(0, -50%);
  cursor: pointer;
}
.recently-photo-reviews .recently-photo-reviews-swiper-button-prev {
  left: var(--inner-margin);
}
.recently-photo-reviews .recently-photo-reviews-swiper-button-next {
  right: var(--inner-margin);
}

.recently-photo-reviews ul {
  width: 90%;
  margin: 0 var(--inner-margin);
  padding: 0;
  list-style-type: none;
}

.recently-photo-reviews ul li {
  display: flex;
  align-items: center;
  position: relative;

  width: 100%;
  height: 130px;

  margin: 0 0 10px;
  padding: 10px 15px;

  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

.recently-photo-reviews .review-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 110px;
  margin-right: 20px;
}

.recently-photo-reviews .review-thumbnail img {
  width: 100%;
  height: 100%;

  border-radius: 6px;
  object-fit: cover;
}

.recently-photo-reviews .review-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 2;

  height: 100%;
}

.recently-photo-reviews .review-content .hospital {
  display: flex;
  align-items: center;
  width: fit-content;

  padding: 5px 8px;
  border-radius: 4px;
  background: var(--gray-bg-color);
  font-weight: 700;
}

.recently-photo-reviews .review-content .hospital img {
  margin-right: 5px;
  width: 18px;
  height: 18px;

  border-radius: 50%;
}

.recently-photo-reviews .review-content .content {
  display: -webkit-box;
  overflow: hidden;

  max-height: 40px;

  font-size: 14px;
  font-weight: 400;

  word-break: break-all;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recently-photo-reviews .review-content p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.recently-photo-reviews .review-content p span {
  color: #777;
  font-size: 14px;
}
.recently-photo-reviews .review-content p span .fa:nth-child(2) {
  margin-left: 20px;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
.mobile .recently-photo-reviews .title {
  margin: 0 var(--inner-margin) 10px !important;
}

.mobile .recently-photo-reviews .review-thumbnail {
  margin-right: 10px;
  flex: 1;
}

.mobile .recently-photo-reviews .review-thumbnail img {
  max-height: 105px;
}

.mobile .recently-photo-reviews .review-content .content {
  max-height: 20px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.mobile .recently-photo-reviews .blur_gradient,
.mobile .recently-photo-reviews .recently-photo-reviews-swiper-button-prev,
.mobile .recently-photo-reviews .recently-photo-reviews-swiper-button-next {
  display: none;
}
