/**
 * Posts Grid Section styles (extracted from style.css)
 * @package GuiaSaude
 */

/* Posts Grid 5 Colunas */
.posts-grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.25rem;
	align-items: start;
}

.home-videos {
	/* specific tweaks for video section if needed */
}

/* Reuses .nutrition-card, .nutrition-image, .nutrition-content etc. from nutrition-section.css */

