/*
version 1.0.6
*/
.google-reviews-block {
  background: #f9f9f9;
}

.google-reviews-block__review-average-block {
  text-align: left;
  margin-left: 5px;
  margin-top: 10px;
}

.google-reviews-block__stars-group-menu {
  margin-top: 3px;
}

.google-reviews-block__review-average {
  font-weight: bold;
  color: #F4A523;
  padding-right: 0.5rem;
}

.card img.google-reviews-block__google-stars {
  display: inline;
}

.google-reviews-block__sub-header {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

#google-reviews-block__anchor {
  position: absolute;
  margin-top: -120px;
}

.google-reviews-block__left-section {
  text-align: center;
  padding-left: 0;
}

.google-reviews-block__text-review {
  display: inline;
  float: left;
  margin: 14px;
  background: #f9f9f9;
  width: 248px;
  padding: 14px;
  box-shadow: none;
}

.google-reviews-block__customer-review {
  min-height: 148px;
}

.google-reviews-block__customer-name {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #404040;
  text-align: left;
  margin-bottom: 7px;
}

.google-reviews-block__review-text, .google-reviews-block__review-text--long {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.google-reviews-block__review__toggle-button {
  margin: 7px 0px;
  font-weight: bold;
  color: #228288;
}

.google-reviews-block__review-text .open-false {
  display: none
}

.google-reviews-block__stars-menu {
  text-align: left;
  margin-left: 2px;
}

.google-reviews-block__stars-group {
  text-align: left;
  margin-left: 5px;
}

.google-reviews-block__star {
  width: 19px;
  font-size: 12px;
  margin-left: -6px;
  color: #f5a623;
}

.google-reviews-block__star--faded {
  width: 19px;
  font-size: 12px;
  margin-left: -6px;
  color: #f5a623;
  opacity: 0.5;
}

/* bubble reviews */
.google-reviews-block__right-section {
  padding: 14px 0px;
}

.google-reviews-block--bubble-review {
  display: inline-block;
  margin: 14px;
  padding: 0px;
  box-shadow: none;
  background: none;
}

.google-reviews-block--bubble__customer-review {
  min-height: 270px;
}

.google-reviews-block--bubble__customer-review--header {
  padding: 20px 20px 5px 20px;
  border-radius: 5px !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.google-reviews-block__google-logo {
  width: 13px;
  height: 13px;
}

.google-reviews-block__google-stars {
  width: 110px;
}

.google-reviews-block--bubble__customer-review--header:after {
  content: '';
  position: relative;
  width: -14px;
  top: 39px;
  height: 0;
  border-top: solid 14px #ffffff;
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
}

.google-reviews-block--bubble__customer-name {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #404040;
  text-align: left;
  margin: 7px;
  padding: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.google-reviews-block--bubble__customer-image {
  width: 70px;
  height: 70px;
  margin: 14px;
}

.google-reviews-block--bubble__review-text {
  font-size: 18px;
  line-height: 25px;
}

.google-reviews-block--bubble__review-btn {
  margin-top: 30px;
}

.google-reviews-block--bubble__review-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.google-reviews-block--bubble__review-link {
  text-transform: uppercase;
  background: none;
  color: #228288 !important;
  font-size: 14px;
  border-radius: 2px;
  border: solid 2px #228288;
  box-shadow: none;
  font-weight: bold;
  padding: 8px 16px;
  text-decoration: none;
}

.google-reviews-block--bubble__stars-menu {
  text-align: left;
  margin-left: 2px;
}

.google-reviews-block--bubble__stars-group {
  text-align: center;
  margin: 14px 0px -28px 0px;
}

.google-reviews-block--bubble__star {
  width: 21px;
  font-size: 12px;
  color: #f5a623;
}

.google-reviews-block__customer-review--header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 14px;
  color: #9B9B9B;
}

@media(max-width: 768px) {

  .google-reviews-block__left-section {
    padding-left: 15px;
  }

  .google-reviews-block__right-section {
    display: flex;
    justify-content: center;
  }

  .google-reviews-block__text-review {
    width: 100%;
    max-width: 435px;
    margin: 14px 0px;
  }

  .google-reviews-block--bubble-review {
    height: auto;
  }

  .google-reviews-block__text-review--google {
    max-width: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
  }

  .google-reviews-block__text-review--google
  .google-reviews-block__customer-review--header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

