/* Cropped Instagram reel embed on single product */

.aresta-product-reel {
	margin: 0 0 1.25rem;
	max-width: 17.5rem;
}

.aresta-product-reel__label {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--muted, #64748b);
}

.aresta-product-reel__viewport {
	position: relative;
	width: 100%;
	aspect-ratio: 9 / 16;
	max-height: 22rem;
	overflow: hidden;
	border-radius: 0.75rem;
	border: 1px solid var(--border, rgba(15, 23, 42, 0.12));
	background: #0f172a;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.aresta-product-reel__iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 108%;
	height: 118%;
	border: 0;
	transform: translate(-50%, -50%);
	pointer-events: auto;
}

.aresta-product-reel__foot {
	margin: 0.5rem 0 0;
	font-size: 0.8125rem;
}

.aresta-product-reel__foot a {
	color: var(--accent, #2563eb);
	text-decoration: none;
}

.aresta-product-reel__foot a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.aresta-product-reel {
		max-width: 15rem;
	}
}
