/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

.ws-user-rating {
  background: #fafafa;
  border-radius: 0.625em;
  padding: 1.3125rem 1rem;
}

@media (min-width: 992px) {
  .ws-user-rating {
    padding: 1.75rem 3rem;
  }
}

.ws-user-rating__heading {
  color: #000;
  font-size: 1.625rem;
}

@media (min-width: 992px) {
  .ws-user-rating__heading {
    font-size: 1.9375rem;
  }
}

@media (min-width: 992px) {
  .ws-user-rating__rating__wrapper {
    margin-left: 1.5rem;
  }
}

.ws-user-rating__selected-rating {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

.ws-user-rating__selected-rating:not(:empty) {
  margin-left: 1.5rem;
}

