/********************************************************/
/*
/*      Gutenberg 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, figure:is(figure) {
		margin: 0;
	}
	
	:is(.wp-block-image, figure) img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.wp-block-columns {
		margin-bottom: 0;
	}
	
	.aligncenter {
		margin: 0 auto;
	}
	
	@media screen and (max-width: 781px) {
		.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
			flex-basis: initial !important;
		}
	}