/* Block: Puffar-Isotope */
#gutenberg_template .puffar-isotope{
	
	display:flex;
	flex-direction:rows;
	box-sizing:border-box;
	flex-wrap:wrap;
	overflow-wrap: break-word;
	word-break: break-word;
	
	/* Gör att bredden blir rätt trots padding */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#gutenberg_template .puffar-isotope > .puff-isotope{
	
	/* Gör att bredden blir rätt trots padding */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gutenberg_template .puffar-isotope > .puff-isotope .puff-isotope-text{
	
	margin:0;
	padding:0;
	
	/* Gör att bredden blir rätt trots padding */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#gutenberg_template .puffar-isotope > .puff-isotope h2:first-of-type{
	margin-top:0;
}