/*
* Single recipe
*/

.wp-child-theme-blueberry-food-service.single-recipes .recipe__header {
  gap: 50px;
}

.wp-child-theme-blueberry-food-service.single-recipes .recipe__featured-image img {
  max-height: 410px;
}

@media (min-width: 1200px) {

  .wp-child-theme-blueberry-food-service.single-recipes .recipe__header {
    gap: 20px;
    margin-bottom: 90px;
  }

  .wp-child-theme-blueberry-food-service.single-recipes .recipe__header-content,
  .wp-child-theme-blueberry-food-service.single-recipes .recipe__header-image {
    max-width: 580px;
  }

  .wp-child-theme-blueberry-food-service.single-recipes .recipe__featured-image img {
    max-height: 387px;
  }
}
