/**
**  Media-Text shortcode layout
**/
.sc-mt-container {
	display:flex;
	flex-direction: row;
	gap: 10px;
}
.sc-mt-right .media {
	order: 1;
}
.grey-background {
	background-color: #e7e7e7;
}
.background .text {
	padding: 10px;
}