/**
 * Layout only. Visual design of the post itself comes from Instagram.
 */
.rie-embed {
	display: block;
	width: 100%;
	margin: 1.5em auto;
	max-width: 658px;
	min-height: 120px;
}

.rie-embed blockquote.instagram-media {
	margin-left: auto !important;
	margin-right: auto !important;
}

.rie-embed iframe,
.rie-embed blockquote.instagram-media iframe {
	display: block !important;
	max-width: 100% !important;
	visibility: visible !important;
	opacity: 1 !important;
	content-visibility: visible !important;
}

.rie-embed--error,
.rie-embed--failed {
	box-sizing: border-box;
	padding: 1.25rem 1.4rem;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #fafafa;
	color: #222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	text-align: center;
}

.rie-fallback[hidden] {
	display: none !important;
}

.rie-fallback {
	margin-top: 0.75rem;
}

.rie-fallback-text,
.rie-error-text {
	margin: 0 0 0.6rem;
	font-size: 0.95rem;
	line-height: 1.45;
}

.rie-fallback-link {
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
}

.rie-fallback-link:hover,
.rie-fallback-link:focus {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.rie-embed {
		margin-left: 0;
		margin-right: 0;
	}

	.rie-embed blockquote.instagram-media {
		min-width: 0 !important;
		width: 100% !important;
	}
}

/* Prevent common theme overflow/lazy-load tricks from collapsing the widget. */
.entry-content .rie-embed,
.wp-block-embed .rie-embed,
.wp-block-embed__wrapper .rie-embed {
	overflow: visible;
}
