.feefo-widget, .mobile-feefo-widget {
  overflow: hidden;
}
.feefo-widget .top, .mobile-feefo-widget .top {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FFD001;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .feefo-widget .top, .mobile-feefo-widget .top {
    height: 72px;
  }
  .feefo-widget .top svg, .mobile-feefo-widget .top svg {
    height: 27px;
  }
}
.feefo-widget .top .top-left, .mobile-feefo-widget .top .top-left {
  display: flex;
}
@media (max-width: 767.98px) {
  .feefo-widget .top .top-left, .mobile-feefo-widget .top .top-left {
    justify-content: space-between;
    width: 100%;
  }
}
.feefo-widget .top .top-left .stars, .mobile-feefo-widget .top .top-left .stars {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.feefo-widget .top .top-left .stars .star-rating, .mobile-feefo-widget .top .top-left .stars .star-rating {
  display: flex;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}
.feefo-widget .top .top-left .stars .star, .mobile-feefo-widget .top .top-left .stars .star {
  width: 24px;
  height: 24px;
  display: inline-block;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #ffffff; /* Base color for empty stars */
  margin-right: 2px;
}
.feefo-widget .top .top-left .stars .star.full, .mobile-feefo-widget .top .top-left .stars .star.full {
  background-color: #754600; /* Color for filled stars */
}
.feefo-widget .top .top-left .stars .star.half, .mobile-feefo-widget .top .top-left .stars .star.half {
  background-color: transparent; /* Needed for the gradient background */
}
@media (max-width: 767.98px) {
  .feefo-widget .top .top-left .stars, .mobile-feefo-widget .top .top-left .stars {
    padding-left: 0px;
  }
}
.feefo-widget .top .top-left .stars span, .mobile-feefo-widget .top .top-left .stars span {
  font-family: "Arial", sans-serif;
  color: #000000;
  font-size: 18px;
  padding-left: 5px;
}
.feefo-widget .top .top-right, .mobile-feefo-widget .top .top-right {
  display: flex;
  align-items: center;
  height: 100%;
}
.feefo-widget .top .top-right .btn, .mobile-feefo-widget .top .top-right .btn {
  display: flex;
  align-items: center;
  box-shadow: none;
  border-width: 2px;
  border-color: #000000;
  height: 44px;
  font-size: 16px;
  color: #000000;
}
.feefo-widget .top .top-right .btn:hover, .mobile-feefo-widget .top .top-right .btn:hover {
  color: #FFD001;
  background-color: #000000;
}
.feefo-widget .bottom, .mobile-feefo-widget .bottom {
  height: 230px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
.feefo-widget .bottom .reviews-slider, .mobile-feefo-widget .bottom .reviews-slider {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 25px;
}
.feefo-widget .bottom .reviews-slider .reviews-slide-inner, .mobile-feefo-widget .bottom .reviews-slider .reviews-slide-inner {
  display: flex;
  justify-content: space-between;
}
.feefo-widget .bottom .reviews-slider .review-item, .mobile-feefo-widget .bottom .reviews-slider .review-item {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .feefo-widget .bottom .reviews-slider .review-item, .mobile-feefo-widget .bottom .reviews-slider .review-item {
    width: 50%;
  }
}
.feefo-widget .bottom .reviews-slider .review-item .stars, .mobile-feefo-widget .bottom .reviews-slider .review-item .stars {
  padding-bottom: 10px;
}
.feefo-widget .bottom .swiper-pagination, .mobile-feefo-widget .bottom .swiper-pagination {
  bottom: 5px;
}
.feefo-widget .bottom .swiper-pagination .swiper-pagination-bullet, .mobile-feefo-widget .bottom .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: 1px solid black;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.feefo-widget .bottom .swiper-pagination .swiper-pagination-bullet-active, .mobile-feefo-widget .bottom .swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}
.mobile-reviews-slider .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.8) !important;
}
.mobile-reviews-slider .swiper-slide-active {
  transform: scale(1) !important;
}
.mobile-reviews-slider .swiper-wrapper {
  height: auto !important;
}
.mobile-reviews-slider .review {
  background-color: #ffffff;
  padding: 25px;
  height: 100%;
  font-family: "Inter", sans-serif;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, max-height 0.3s ease-in-out;
  transform-origin: center;
  max-width: 100%;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-reviews-slider .review .review-text {
  padding-top: 10px;
  font-style: italic;
}