/* basic layout */
.block--highlight {
	margin-bottom: 1.5rem;
	overflow: auto;
}
.block--highlight {
	padding: 1rem 0 1rem 2rem;
	border-left: 0.25rem solid #222222;
}
.block--highlight > *:last-child {
	margin-bottom: 0;
}

/* colours and typography */
.block--highlight p,
.editor-styles-wrapper .block--highlight p {		
	font-size: 1.25rem;
	line-height: 1.75rem;
}

/* editor adjustments */
.editor-styles-wrapper .block--highlight * {
	margin-top: 0;
}