
.review-item {
  border: solid 1px rgba(190, 190, 190, .35);
  /* box-shadow: 0px 0px 15px 2px #02e6cf; */
  box-shadow: 0px 0px 10px 1px #FFC300;
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
  max-width: 330px;

}



.review-item-long {
  border: solid 1px rgba(190, 190, 190, .35);
  /* box-shadow: 0px 0px 10px 1px #02e6cf; */
  box-shadow: 0px 0px 10px 1px #FFC300;
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
  max-width: 330px;

}


.review-item:hover, .review-item-long:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}


.review-header{
  display: flex;
}

.review-picture{
  width: 50px;
  height: 50px;
  margin-right: 1em;
}

.review-google-user-name{

  font-size: 1.3em !important;

}

.review-usergrade{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.review-googleLogo{
  /* position: relative; */
  /* top: -55px;
  left: 200px; */
}

.review-meta, .review-stars {
  text-align: center;
  font-size: 115%;
}

.review-author {
  text-transform: capitalize;
  font-weight: bold;
}

.review-date {
  opacity: .6;
  display: block;
}

.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 100%;
  text-align: justify;
}

.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}

.review-stars ul li i {
  color: #FFC300;
  font-size: 1.4em;
  font-style: normal;
}

.review-stars ul li i.inactive {
  color: #c6c6c6;
}

.star:after {
  content: "\2605";
}


.buttons {
  margin: 20px 0 0 0; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.more-reviews {
  text-align: center;
}

.write-review {
  text-align: center;
}

.more-reviews a,
.write-review a {
  margin: 5px;
  border: 1px rgb(34,193,195) solid;
  border-radius: 40px;
  padding: 10px;
  background-color: rgb(34,193,195);
  color: #FFF;
  text-decoration: none;
}

.more-reviews a:hover,
.write-review a:hover {

  box-shadow: 0px 0px 10px 1px #02e6cf;

}