/*****************************************************************************
  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-star-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}

.ws-star-rating.\--selectable .ws-star-rating__label:hover {
  cursor: pointer;
}

.ws-star-rating__label {
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 20px;
  margin: 0 5px 0 0;
  position: relative;
}

@media (min-width: 768px) {
  .ws-star-rating__label {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 28px;
  }
}

.ws-star-rating__label:last-child {
  margin-right: 0;
}

.ws-star-rating__label.\--selected .ws-star-rating__icon.\--outlined {
  opacity: 0;
}

.ws-star-rating__label.\--selected .ws-star-rating__icon.\--filled {
  opacity: 1;
}

.ws-star-rating__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffcb5b;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}

.ws-star-rating__icon.\--filled {
  opacity: 0;
}

