/* Print: show only the recipe */
/* Hide everything by default */
#top-menu,
.site-sidebar,
.site-footer,
.site-copyright,
.consent-container,
#filter-area-container,
.post-excerpt-image,
.recipe-filters,
.widget_makeaa_banner,
.wp-block-comments,
.wp-block-query,
.pagination,
.posts,
.title-section,
.entry-header,
.makeaa-post-filter-buttons {
  display: none;
}

/* Hide post content but keep recipe visible inside it */
.entry-content > *:not(.recipe) {
  display: none;
}
.entry-content .title-section,
.entry-content .recipe {
  display: block;
}

/* Remove grid layout for print */
.site-container {
  display: block;
}
