.custom-embed {
	width: 100%;
}

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

.custom-embed.full .embed-container {
	display: block;
}

.custom-embed .embed-container {
	display: flex;
	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;
}

.custom-embed .embed-container button.loadMore {
	background-color: #d5ebe9 !important;
	width: calc(100vw - 40px) !important;
	color: var(--gray-dark) !important;
	font-weight: var(--font-weight-black) !important;
	border-radius: var(--rounded-full);
	font-family: var(--font-body);
	text-transform: uppercase;
}

/*---------------- 2024 Is Coming Up Roses Landing Page ----------------*/
@media (min-width: 40em) {
	.custom-embed .embed-container .devicewidthouter.roses {
		width: 610px;
	}
}