/*
		Tests
*/

.has-border-top-red {
	border-top: 4px solid red;
}

.has-border-bottom-yellow {
	border-bottom: 4px solid yellow;
}

/*
	Fixes / Workarounds
*/


/*
.editor-styles-wrapper {
		open issue for reusable blocks width alignment controls not being inherited, this is a temp fix
		https://github.com/WordPress/gutenberg/issues/8288
		.is-root-container .wp-block.is-reusable {
			max-width: none;
			width: 100%;
		}
	}
*/