.page ul.ingredients {
  padding-left: 0;
  list-style: none;
}
.page .image {
  min-height: 300px;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.page .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page .image svg {
  max-height: 200px;
}

/*# sourceMappingURL=recipe.css.map */
