.rating-place-badge {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #111827;
  font-size: 1rem;
  font-weight: 850;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 5px rgba(68, 76, 91, 0.22);
}

.rating-place-badge--1 {
  border: 1px solid #c49a24;
  background: linear-gradient(145deg, #fff6c7 0%, #e2ad2e 52%, #ffe89a 100%);
}

.rating-place-badge--2 {
  border: 1px solid #9199a8;
  background: linear-gradient(145deg, #f8f9fc 0%, #a8afbd 52%, #e7eaf0 100%);
}

.rating-place-badge--3 {
  border: 1px solid #ad6e38;
  background: linear-gradient(145deg, #f8d7b5 0%, #bd7540 52%, #edb981 100%);
}
