/* Collection thumbnails on the home page */
.collection-img {
  width: 100%;
  height: auto;
}

/* Recipe text — preserve whitespace, use body font */
.recipe-text {
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* Section headings inside a recipe */
.section-heading {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}
