.g-reviews-wrap {
  margin: 8px auto 32px;
}

.g-reviews {
	width: 1100px;
	background-color: rgba(255,255,255,1.00);
	margin: 50px auto;
  max-height: 600px;
  overflow: auto;
  padding: min(24px, 4%);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  border-radius: 5px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}


@media screen and (max-width: 768px) {
.g-reviews {
	width: 95%;
	max-height: 400px;
}
}

.g-reviews .g-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}
.g-reviews .place-name {
  font-size: 28px;
  line-height: 1.4;
}
.g-reviews .place-rating {
  display: inline;
  font-size: 32px;
  color: #70757a;
  margin-right: 12px;
}
.g-reviews .review-stars {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.g-reviews .review-stars span {
  display: block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23dadce0' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
}
.g-reviews .review-stars span span {
  display: block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fdd663' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
}
.g-reviews .review-stars span, .g-reviews .review-stars span span {
  background-size: 25px 22px;
  height: 22px;
  width: 123px;
  background-repeat: repeat-x;
  overflow: hidden;
  position: relative;
  filter: none;
}
.g-reviews .review-count {
  display: inline-block;
  color: #70757a;
  font-size: 16px;
}
.g-reviews .review-wrap {
  font-size: 16px;
	line-height: 1.5em;
  border-top: 1px dotted #A6A6A6;
  padding: 28px 0 28px 47px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left 28px;
}
.g-reviews .review-profile {
  padding-top: 6px;
  line-height: 1;
  font-weight: bold;
}
.g-reviews .review-stars-small {
  top: 1px;
}
.g-reviews .review-stars-small span, .g-reviews .review-stars-small span span {
  background-size: 14px 13px;
  height: 13px;
  width: 69px;
}
.g-reviews .review-time-description {
  color: #70757a;
}
.g-reviews .review-text {
  white-space: pre-wrap;
}
.g-reviews .more-reviews {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 100vh;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333 !important;
}
.g-reviews .more-reviews:hover {
  opacity: .7;
}
.g-reviews .more-reviews:active, .g-reviews .more-reviews:visited {
  color: inherit;
}
.g-reviews .more-reviews:focus {
  outline: none;
}