.is-strike-through {
  text-decoration: line-through;
}

.cocktail-execution img {
  max-height: 240px;
  max-width: 240px;
}

.canned-cocktail-images img {
  height: auto;
  max-height: 240px;
  max-width: 240px;
  width: auto;
}

.list-with-cards .logo-iba {
  height: 16px;
  width: 16px;
}

.recipe-ingredients.fa-ul {
  margin-left: 0.5em;
}

.recipe-ingredients.hide-ingredient-is-in-bar .recipe-ingredient {
  list-style-type: circle;
}

.ratings.stars {
  color: goldenrod;
  white-space: nowrap;
}

ul.errorlist {
  color: red;
}

figure.ingredient-colors {
  height: 48px;
  width: 24px;
}

figure.ingredient-colors .ingredient-color {
  border: 1px solid rgba(12 12 12 / 80%);
  border-top: none;
  opacity: 0.8;
}

figure.ingredient-colors .ingredient-color.is-first {
  border-top: 1px solid rgba(12 12 12 / 80%);
}
