.related-posts-recipes{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.related-posts-recipes .related-post-inner{font-size:var(--text-xs);flex-direction:column;gap:1rem}.related-posts-recipes .related-post a{color:var(--text-light)}.related-posts-recipes .related-post__content-block{display:flex;flex-direction:column}.related-posts-recipes .query-recipe-time{margin-top:1rem}.related-posts-recipes .query-recipe-time:before{filter:invert()}.related-posts-recipes .related-post__image-block{order:-1;overflow-x:clip;overflow-y:clip;border-radius:var(--border-radius-small)}.related-posts-recipes .related-post__image-block img{aspect-ratio:1.5 / 1;display:block;width:100%;max-width:100%;object-fit:cover;transition:transform 0.2s ease-in-out 0s}@media (max-width:1024px){.related-posts-recipes{grid-template-columns:1fr 1fr}}@media (max-width:767px){.related-posts-recipes-wrapper .related-posts-wrapper__title{margin-bottom:5rem}.related-posts-recipes{grid-template-columns:1fr}}