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

	/* Makes sure that links and list items inside text/lists with specified color inherit the parent's color */
	*[class*='has-cke-'] > :is(a, li) {
		color: inherit !important;
	}
	
	ol.has-background, ul.has-background {
		padding: 0;
	}
	
	figure {
		margin: 0;
	}
	
	.wp-block-image {
		margin: 0;
	}
	
	.wp-block-columns {
		margin-bottom: 0;
	}
	
	:root :where(a:where(:not(.wp-element-button))) {
		text-decoration: none;
	}