.rc-rating-card {
  background-color: #FDF2BD;
  border-radius: 12px;
  border: none;
}

.rc-title {
  color: #282828;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.rc-inner-card {
  padding: 20px 0px;
}

.rc-label {
  color: #053A43;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.rc-stars {
  color: #FFD700;
}

.rc-stars i {
  display: inline-block;
  margin-right: 2px;
}

.rc-score-box {
  background: #053A43;
  border-radius: 5px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rc-heading {
  color: #053A43;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.rc-text {
  color: #282828;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.rc-number {
  color: #282828;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.rc-divider {
  border: none;
  height: 1px;
  background-color: #b3a25a!important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rc-items-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.rc-item-col {
  display: flex;
  flex-direction: column;
}
.rc-inner-card {
    min-height: 100px;
}