
/* HOME REVWS  */

#revws-home {
  background-color: #006596;/*#0881CD;*/
  border-radius: 5px;
  padding-top: 1em;
  margin-bottom: 1em;
}

#revws-home .revws-review {
  max-width: 400px;
}

#revws-home .grade-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#revws-home .grade-container h2, #revws-home .grade-container h3 {
  color: #fff;
}

#revws-home .grade-stars {
  display: flex;
  flex-direction: column;
}

#revws-home .grade-container h3,
#revws-home .grade-average,
#revws-home .grade-based {
  font-weight: 400;
  color: #fff;
}

#revws-home .grade-container h3 {
  margin-top: 10px;
}
#revws-home .grade-container h3 a {
  color: #92d4e2;
}
#revws-home .grade-container h3 a:hover {
  text-decoration: underline;
}

#revws-home .grade-container .grade-average {
  font-size: 2em;
}
#revws-home .grade-container .grade-based {
  font-size: 1.7em;
}

#revws-home .flickity-page-dots .dot.is-selected {
  background: #fff;
}

#revws-home .revws-review-list {
  overflow-x: visible;
  margin-bottom: 35px;
}

#revws-home .revws-review {
  background-color: #fff;
  border-radius: 5px;
  margin: 5px;
}

#revws-home .revws-review .revws-review-entity-name {
  font-size: 1rem;
}
#revws-home .revws-review p {
  margin-bottom: .5rem;
}
#revws-home .revws-review .revws-review-content {
  padding: 0;
}

#revws-home .revws-review-details {
  max-height: 133px;
  overflow: auto;
}

/* Product page */

@media (min-width: 768px) {
  #product #revws-home .revws-review .revws-grading-product {
      margin: 9px 0px;
  }
}

#product #revws-home .revws-verified-buyer-badge {
  font-size: 11px;
}

#product #revws-home .revws-review-details {
  max-height: 95px;
  overflow: auto;
}

#product #revws-home .revws-review .revws-review-entity-name {
  font-size:  .9rem;
}

#product #revws-home .revws-review .revws-review-title {
  font-size:  .9rem;
}

#product #revws-home .revws-review .revws-review-content {
  font-size: .8rem;
}

#product .content-information>div {
  clear: both;
}

@media (min-width: 768px) {
  #product #revws-home .grade-stars {
    display: block;
  }
  #product #revws-home .grade-stars>div,
  #product #revws-home .grade-stars>h3 {
    display: inline-block;
  }
  #product #revws-home .grade-stars .revws-grading-product .revws-grade-wrap {
    display: inline-block;
  }
}