/* Converted Tailwind Config to scss */

.reviews-block__rating {
  height: 22px;
  color: #f1a604;
  position: relative;
}

.reviews-block__content {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.5rem;
}
