/* Global frontend styles for ForgeBlocks */

.fb-section,
.fb-row,
.fb-column,
.fb-container {
	box-sizing: border-box;
}

/* Reset some common theme conflicts */
.fb-section img,
.fb-column img,
.fb-container img {
	max-width: 100%;
	height: auto;
}

/* Utility */
.fb-section + .fb-section {
	/* optional: reduce double margins if needed */
}
