.yotpo-reviews .yotpo-reviews-heading {
  color: var(--e-global-color-766984f);
  font-family: var(--e-global-typography-c5fefd3-font-family), Sans-serif;
  font-size: var(--e-global-typography-c5fefd3-font-size);
  font-weight: var(--e-global-typography-c5fefd3-font-weight);
  line-height: var(--e-global-typography-c5fefd3-line-height);
  letter-spacing: var(--e-global-typography-c5fefd3-letter-spacing);
  word-spacing: var(--e-global-typography-c5fefd3-word-spacing);
}
.yotpo-reviews .yotpo-reviews-rating {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 45px;
  grid-row-gap: 15px;
}
@media all and (max-width: 767px) {
  .yotpo-reviews .yotpo-reviews-rating {
    border: 1px solid var(--e-global-color-67c23a8);
    border-radius: 6px;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-content: space-between;
    max-width: 400px;
    padding: 20px 10px;
  }
  .yotpo-reviews .yotpo-reviews-rating__rating {
    grid-column: 2;
    grid-row: 1/span 2;
    padding-bottom: 3px;
    text-align: right;
  }
  .yotpo-reviews .yotpo-reviews-rating__rating-buttons {
    border-top: 1px solid var(--e-global-color-78d5315);
    display: flex;
    grid-column: 1/span 2;
    grid-row: 3;
    justify-content: space-between;
    margin-bottom: -10px;
    margin-top: 10px;
    padding-top: 3px;
  }
  .yotpo-reviews .yotpo-reviews-rating__rating-buttons .rating-buttons__button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: var(--e-global-color-text);
    display: flex;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    grid-gap: 10px;
    padding: 0 3px;
  }
  .yotpo-reviews .yotpo-reviews-rating__rating-buttons .rating-buttons__button i {
    font-size: 14px;
  }
  .yotpo-reviews .yotpo-reviews-rating__review-count {
    grid-column: 1;
    grid-row: 2;
  }
  .yotpo-reviews .yotpo-reviews-rating__stars {
    grid-column: 1;
    grid-row: 1;
  }
}
@media all and (min-width: 768px) {
  .yotpo-reviews .yotpo-reviews-rating__rating-buttons {
    display: none;
  }
}
.yotpo-reviews .yotpo-reviews-rating__rating {
  align-items: flex-end;
  display: flex;
}
.yotpo-reviews .yotpo-reviews-rating__rating > div {
  line-height: 24px;
}
.yotpo-reviews .yotpo-reviews-rating__rating .actual-rating {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 6px;
}
.yotpo-reviews .yotpo-reviews-rating__rating .possible-rating {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 24px;
  font-weight: 400;
  margin-left: 5px;
}
.yotpo-reviews .yotpo-reviews-rating__rating .rating-info {
  color: var(--e-global-color-67c23a8);
  font-size: 14px;
  margin-left: 10px;
}
.yotpo-reviews .yotpo-reviews-rating__review-count {
  color: var(--e-global-color-90624d3);
  flex-basis: 100%;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 14px;
}
.yotpo-reviews .yotpo-reviews-rating__stars {
  align-items: flex-end;
  display: flex;
  position: relative;
}
.yotpo-reviews .yotpo-reviews-rating__stars .stars-container {
  display: flex;
}
.yotpo-reviews .yotpo-reviews-rating__stars .stars-container--on {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.yotpo-reviews .yotpo-reviews-recent {
  background-color: var(--e-global-color-59268ea);
}
@media all and (max-width: 767px) {
  .yotpo-reviews .yotpo-reviews-recent {
    display: none;
  }
}
.yotpo-reviews .yotpo-reviews-recent__footer {
  text-align: center;
}
.yotpo-reviews .yotpo-reviews-recent__header {
  display: flex;
  justify-content: space-between;
}
.yotpo-reviews .yotpo-reviews-recent__header .recent-heading {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.yotpo-reviews .yotpo-reviews-recent__reviews {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .yotpo-reviews-recent__no-reviews {
  grid-column: 1/span 2;
  text-align: center;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 25px;
  position: relative;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__author {
  color: var(--e-global-color-primary);
  font-weight: 600;
  margin-top: 8px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__badge {
  background-color: var(--e-global-color-primary);
  border-radius: 20px;
  color: #fff;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 15px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translateY(-50%);
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__date {
  font-weight: 400;
  margin-top: 8px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__helpful {
  align-items: center;
  display: flex;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 12px;
  line-height: 1;
  margin-bottom: -15px;
  margin-top: 10px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__helpful .helpful-button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-text);
  line-height: 32px;
  padding: 0;
  width: 32px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__helpful .helpful-button:focus {
  outline: none;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__helpful .helpful-button i {
  font-size: 12px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__helpful .helpful-text {
  font-weight: 500;
  margin-right: 10px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__meta {
  border-top: 1px solid var(--e-global-color-728874d);
  display: flex;
  font-family: var(--e-global-typography-e7c442d-font-family);
  font-size: 13px;
  justify-content: space-between;
  line-height: 1;
  margin-top: 30px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__review {
  flex: 1;
  font-family: var(--e-global-typography-e7c442d-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__stars {
  display: flex;
  grid-gap: 2px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__stars i {
  font-size: 14px;
}
.yotpo-reviews .yotpo-reviews-recent__reviews .review-card__title {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 16px;
  font-weight: 600;
}
