.reviewFormContainer {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.reviewForm__desc {
  text-align: center;
  margin-bottom: 1.5625rem;
}

.reviewStarsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviewStarsContainer input {
  display: none !important;
}

.reviewStarsContainer .systemForm__field--radio {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  height: auto;
  max-height: none;
}
.reviewStarsContainer .systemForm__field--radio .systemFormRadio {
  color: #FBCA5D;
  transition: color 0.15s ease-out;
}
.reviewStarsContainer .systemForm__field--radio .systemFormRadio:checked + label ~ label .systemFormRadio {
  color: #FDE4AE;
}
.reviewStarsContainer .systemForm__field--radio:hover .systemFormRadio {
  color: #FBCA5D;
}
.reviewStarsContainer .systemForm__field--radio:hover .systemFormRadio:checked + label ~ label .systemFormRadio {
  color: #FBCA5D;
}
.reviewStarsContainer .systemForm__field--radio:hover label:hover .systemFormRadio {
  color: #FBCA5D !important;
}
.reviewStarsContainer .systemForm__field--radio:hover label:hover ~ label .systemFormRadio {
  color: #FDE4AE !important;
}
.reviewStarsContainer .systemForm__field--radio label:nth-child(2) {
  display: none;
}
.reviewStarsContainer .systemForm__field--radio .systemForm__radio.systemFormRadio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  height: auto;
  max-height: none;
  min-width: 0;
  width: auto;
  max-width: none;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.reviewStarsContainer .systemForm__field--radio .systemForm__radio.systemFormRadio::after {
  display: none;
}
.reviewStarsContainer .systemForm__field--radio .systemForm__radio.systemFormRadio {
  font-family: "core-core_01" !important;
}
.reviewStarsContainer .systemForm__field--radio .systemForm__radio.systemFormRadio::before {
  content: "\ea9c";
  width: auto;
  height: auto;
  font-size: 24px;
  background-color: transparent;
  opacity: 1;
  position: static;
  transform: none;
}

.reviewShowFormTrigger--hide {
  display: flex;
}

.reviewShowFormTrigger--show {
  display: none;
}

.reviewShowFormTrigger:checked ~ .reviewShowFormTrigger--show {
  display: block;
}
.reviewShowFormTrigger:checked ~ .reviewShowFormTrigger--hide {
  display: none;
}

@media (min-width: 768px) {
  .reviewStarsContainer .systemForm__field--radio .systemForm__radio.systemFormRadio::before {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=review__form.css.map */