.ggp-review {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 40px 0px;
  max-width: 1140px;
  overflow: hidden;
}
.ggp-review.md {
  max-width: 996px;
}
.ggp-review.sm {
  max-width: 768px;
}
@media (max-width: 1200px) {
  .ggp-review {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ggp-review {
    padding: 48px 20px;
  }
}
.ggp-review-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 640px) {
  .ggp-review-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ggp-review-header .section-title {
    text-align: center;
  }
}
.ggp-review-header .section-title {
  flex-grow: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.ggp-review-header .ggp-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 500px;
  padding: 3px 12px 5px 8px;
  gap: 8px;
  border: 2px solid #f4f4f4;
}
.ggp-review-header .ggp-rating-icon {
  width: 36px;
}
.ggp-review-header .ggp-rating-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 8px;
  border-left: 2px solid #f4f4f4;
}
.ggp-review-header .ggp-rating-content .total-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.ggp-review-header .ggp-rating-content .total-rating span {
  font-size: 17px;
  color: #000;
}
.ggp-review-header .ggp-rating-content .total-rating span b {
  font-size: 20px;
  font-weight: 900;
}
.ggp-review-header .ggp-rating-content .total-rating i {
  font-size: 23px;
  color: #ffb800;
}
.ggp-review-header .ggp-rating-content .total-reviews {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 13px;
}
.ggp-review-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.ggp-review-slides {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: block;
}
.ggp-review-slides .slick-track {
  display: flex;
  padding: 8px 0px;
}
@media (max-width: 768px) {
  .ggp-review-slides .slick-track {
    padding: 20px 0px;
  }
}
.ggp-review-slides .ggp-review-slide-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  flex-grow: 1;
  height: 100%;
}
.ggp-review-slides .ggp-review-slide {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 10px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 20px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(244, 244, 244, 0.8);
  gap: 24px;
}
.ggp-review-slides .ggp-review-slide-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ggp-review-slides .ggp-review-slide-header img {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  flex-shrink: 0;
}
.ggp-review-slides .ggp-review-slide-header .review-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 2px;
}
.ggp-review-slides .ggp-review-slide-header .review-details .reviewer-name {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: 700;
}
.ggp-review-slides .ggp-review-slide-header .review-details-ftr {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ggp-review-slides .ggp-review-slide-header .review-details-ftr .review-date {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 14px;
}
.ggp-review-slides .ggp-review-slide-header .review-details-ftr .review-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ggp-review-slides .ggp-review-slide-header .review-details-ftr .review-stars i {
  font-size: 16px;
  color: #ffb800;
}
.ggp-review-slides .ggp-review-slide-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ggp-review-slides .ggp-review-slide-content .review-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 0;
  color: rgba(102, 102, 102, 0.9);
}
.ggp-review-slides .ggp-review-slide-content i {
  font-size: 36px;
  color: #000;
}
.ggp-review-slider-dots {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ggp-review-slider-dots ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: unset;
  gap: 4px;
}
.ggp-review-slider-dots ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  height: 4px;
}
.ggp-review-slider-dots ul li button {
  background: #eaeaea;
  height: 4px;
  width: 20px;
  margin: 0;
  overflow: hidden;
  color: #eaeaea;
  border: none;
  border-radius: 0px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.ggp-review-slider-dots ul li button::before, .ggp-review-slider-dots ul li button::after {
  display: none;
}
.ggp-review-slider-dots ul li.slick-active button {
  background: #0e97e7;
  color: #0e97e7;
  width: 32px;
}
.ggp-review-slider-dots ul li {
  height: 8px;
}
.ggp-review-slider-dots ul li button {
  height: 6px;
  width: 6px;
  border-radius: 500px;
}
.ggp-review-slider-dots ul li.slick-active button {
  background: #000;
  color: #000;
  height: 8px;
  width: 8px;
}

/*# sourceMappingURL=google_review.css.map */
