/********************************************************/
/*
/*      Gutenberg Frontend CSS Override
/*
/********************************************************/

	/* Makes sure that links inside text with specified color inherit the parent's color */
	*[class*='has-cke-'] > a {
		color: inherit !important;
	}

	.wp-block-image {
		margin: 0;
	}
	
	.wp-block-columns {
		margin-bottom: 0;
	}
	
	figure {
		margin: 0;
	}