.embeeds-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

.embeeds-embed {
	width: 100%;
	max-width: var(--embeeds-max-width, 720px);
}

.embeeds-aspect {
	width: 100%;
	aspect-ratio: var(--embeeds-aspect, 16 / 9);
}

.embeeds-aspect iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.embeeds-embed iframe {
	width: 100% !important;
	display: block;
	border: 0;
}

.embeeds-embed .instagram-media,
.embeeds-embed .tiktok-embed {
	margin: 0 auto !important;
	max-width: 100% !important;
}

.embeeds-note {
	text-align: center;
	font-size: 0.95em;
	color: #666;
	padding: 12px 0;
}
