.custom-embed {
	width: 100%;
	margin-bottom: var(--widget-margin-bottom);
}

.custom-embed.controlled {
	max-width: var(--width-base);
	margin: 0 auto;
	padding: 0 var(--space-5);
}

.custom-embed.controlled .embed-container {
	display: flex;
}

.custom-embed .embed-container {
	width: 100%;
}

.custom-embed.full iframe {
	width: 100%;
}

.custom-embed.left .embed-container {
	justify-content: flex-start;
}

.custom-embed.center .embed-container {
	justify-content: center;
}

.custom-embed.right .embed-container {
	justify-content: flex-end;
}

@media (min-width: 64em) {
	.custom-embed {
		width: 100%;
	}
}