.ig-reel-viewer {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.ig-reel-stage {
	min-height: 640px;
	position: relative;
}

.ig-reel-stage.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.ig-reel-panel {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.ig-reel-panel blockquote.instagram-media {
	margin: 0 auto !important;
	min-width: 0 !important;
	width: 100% !important;
}

.ig-reel-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
}

.ig-reel-btn {
	appearance: none;
	border: 1px solid #cfcfcf;
	background: #fff;
	color: #111;
	padding: 10px 14px;
	border-radius: 8px;
	cursor: pointer;
}

.ig-reel-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.ig-reel-status {
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

.ig-reel-error {
	padding: 16px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.06);
}

/* Keep Instagram centered without clipping its processed embed */
.ig-reel-viewer {
	margin-left: auto;
	margin-right: auto;
}

.ig-reel-stage,
.ig-reel-panel {
	height: auto;
	max-height: none;
	overflow: visible;
}

.ig-reel-panel {
	display: block;
	text-align: center;
}

.ig-reel-panel blockquote.instagram-media {
	margin-left: auto !important;
	margin-right: auto !important;
	min-width: 0 !important;
	max-width: 540px !important;
	width: 100% !important;
	height: auto !important;
}
