/* Meer voor Mama's gift-box animation — embed wrapper */
.mvmf-box-animation {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	line-height: 0;
}

.mvmf-box-animation canvas {
	display: block;
	width: 100%;
	height: auto;
}

/* Accessible fallback link — shown only if JS is disabled */
.mvmf-box-animation noscript a {
	display: inline-block;
	padding: 14px 28px;
	background: #e31568;
	color: #fff;
	font: 700 18px/1 "Poppins", "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	border-radius: 999px;
}
