/*
 * Generated CSS
 * This CSS is compiled from the provided SCSS code.
 * Mixin 'star-shape' has been applied and nesting has been resolved.
*/

section.review-overview {
  flex-direction: column;
  overflow: visible;
  align-items: center;
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin-top: 40px;
}

section.review-overview .overview-header,
section.review-overview .overview-body {
  display: flex;
  justify-content: center;
  width: 100%;
}

section.review-overview .review-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0px;
  margin-top: -40px;
  margin-bottom: 60px;
}

section.review-overview .review-bar .details {
  display: flex;
  align-items: center;
  color: #000;
}

section.review-overview .review-bar .details * {
  line-height: 1;
}

section.review-overview .review-bar .details .review-stars {
  display: flex;
}

section.review-overview .review-bar .details .review-stars .star {
  clip-path: polygon(50% 5%, 63% 38%, 98% 38%, 69% 59%, 79% 91%, 50% 75%, 21% 91%, 31% 59%, 2% 38%, 37% 38%);
  background-color: #000000;
  padding: 0px 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

section.review-overview .review-bar .details .review-stars .star.half {
  clip-path: polygon(50% 5%, 63% 38%, 98% 38%, 69% 59%, 79% 91%, 50% 75%, 21% 91%, 31% 59%, 2% 38%, 37% 38%);
  padding: 0px 3px;
  display: inline-block;
  background: linear-gradient(to right, #000000 50%, #868686 50%);
  width: 15px;
  height: 15px;
}

section.review-overview .review-bar .details .review-stars .star.empty {
  clip-path: polygon(50% 5%, 63% 38%, 98% 38%, 69% 59%, 79% 91%, 50% 75%, 21% 91%, 31% 59%, 2% 38%, 37% 38%);
  background-color: #868686;
  padding: 0px 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

section.review-overview .review-bar .details .number {
  font-size: 22px;
  margin: 0px 60px 0px 20px;
}

section.review-overview .review-bar .details .number span {
  font-weight: 700;
}

section.review-overview .review-bar .details .head {
  font-size: 12px;
  margin-right: 20px;
}

section.review-overview .review-bar .details .review-score {
  font-size: 42px;
  font-weight: bold;
}

section.review-overview .review-cards-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

section.review-overview .review-cards-container .review-card {
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-direction: column;
  width: calc(33.33% - 27px);
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
  cursor: default;
  transition: background-color 0.6s;
}

@media screen and (max-width: 768px){
  section.review-overview .review-cards-container .review-card {
    margin-bottom: 20px; 
  }
}

section.review-overview .review-cards-container .review-card * {
  user-select: none;
}

section.review-overview .review-cards-container .review-card .rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.review-overview .review-cards-container .review-card .rating .star {
  clip-path: polygon(50% 5%, 63% 38%, 98% 38%, 69% 59%, 79% 91%, 50% 75%, 21% 91%, 31% 59%, 2% 38%, 37% 38%);
  background-color: #e3c496;
  padding: 0px 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 1px;
}

section.review-overview .review-cards-container .review-card .rating .star.half {
  clip-path: polygon(50% 5%, 63% 38%, 98% 38%, 69% 59%, 79% 91%, 50% 75%, 21% 91%, 31% 59%, 2% 38%, 37% 38%);
  width: 10px;
  height: 10px;
  padding: 0px 3px;
  display: inline-block;
  background: linear-gradient(to right, #000000 50%, #868686 50%);
}

section.review-overview .review-cards-container .review-card .rating .star.empty {
  clip-path: polygon(50% 5%, 63% 38%, 98% 38%, 69% 59%, 79% 91%, 50% 75%, 21% 91%, 31% 59%, 2% 38%, 37% 38%);
  background-color: #868686;
  padding: 0px 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

section.review-overview .review-cards-container .review-card .rating .number {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.5px;
  line-height: 1;
}

section.review-overview .review-cards-container .review-card .rating .number span {
  color: #000;
  font-weight: 700;
}

section.review-overview .review-cards-container .review-card .text {
  padding-top: 24px;
  color: #000;
}

section.review-overview .review-cards-container .review-card .text .read-more {
  color: #878787;
}

section.review-overview .review-cards-container .review-card .name {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  padding-top: 24px;
}

@media screen and (max-width: 1200px) {
  section.review-overview .review-cards-container .review-card {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 900px) {
  section.review-overview .review-bar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 30px;
  }
  section.review-overview .review-bar .g-logo img {
    height: 40px;
  }
  section.review-overview .review-cards-container .review-card {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.review-overview .review-cards-container .review-card .name {
    left: 30px;
  }
}

@media screen and (max-width: 700px) {
  section.review-overview .review-bar .details .number {
    margin: 0px 40px 0px 10px;
    padding-bottom: 3px;
  }
  section.review-overview .review-bar .details .head {
    margin-right: 10px;
  }
  section.review-overview .review-cards-container .review-card {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  section.review-overview .review-bar {
    height: 120px;
    padding: 0px;
    margin-bottom: 0px; 
  }
  section.review-overview .review-bar .g-logo img {
    height: 35px;
  }
  section.review-overview .review-bar .details {
    margin-top: 4px;
  }
  section.review-overview .review-bar .details .head {
    display: none;
  }
  section.review-overview .review-bar .details .review-score {
    display: none;
  }
  section.review-overview .review-cards-container .review-card {
    padding: 20px 20px 55px 20px;
  }
  section.review-overview .review-cards-container .review-card .review-highlight {
    padding-top: 15px;
  }
  section.review-overview .review-cards-container .review-card div.number {
    font-size: 20px !important;
  }
  section.review-overview .review-cards-container .review-card .text {
    padding-top: 17px;
  }
  section.review-overview .review-cards-container .review-card div.name {
    font-size: 16px;
  }
}