.stralend-actiepopup[hidden] {
	display: none !important;
}

.stralend-actiepopup {
	align-items: center;
	background: rgba(9, 5, 2, 0.78);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 12px;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 2147483000;
}

.stralend-actiepopup.is-visible {
	opacity: 1;
}

.stralend-actiepopup.is-closing {
	opacity: 0;
}

.stralend-actiepopup__dialog {
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
	line-height: 0;
	max-height: calc(100vh - 24px);
	max-width: min(1120px, calc(100vw - 24px));
	position: relative;
	transform: translateY(10px) scale(0.985);
	transition: transform 180ms ease;
}

.stralend-actiepopup.is-visible .stralend-actiepopup__dialog {
	transform: translateY(0) scale(1);
}

.stralend-actiepopup__picture,
.stralend-actiepopup__image {
	display: block;
}

.stralend-actiepopup__image {
	border-radius: 2.25%;
	height: auto;
	max-height: calc(100vh - 24px);
	max-width: min(1120px, calc(100vw - 24px));
	object-fit: contain;
	width: auto;
}

.stralend-actiepopup__close,
.stralend-actiepopup__cta {
	-webkit-tap-highlight-color: transparent;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
}

.stralend-actiepopup__close {
	height: max(8%, 44px);
	right: 0.3%;
	top: 0.2%;
	width: max(6%, 44px);
}

.stralend-actiepopup__cta {
	bottom: 4.5%;
	height: max(6.8%, 44px);
	left: 56.4%;
	width: 32.2%;
}

.stralend-actiepopup__close:focus-visible {
	border-radius: 50%;
	outline: 3px solid #fff;
	outline-offset: -4px;
}

.stralend-actiepopup__close.is-initial-focus {
	outline: 0;
}

.stralend-actiepopup__cta:focus-visible {
	border-radius: 8px;
	outline: 3px solid #fff;
	outline-offset: -4px;
}

@media (prefers-reduced-motion: reduce) {
	.stralend-actiepopup,
	.stralend-actiepopup__dialog {
		transition: none;
	}
}

@media (max-width: 600px) {
	.stralend-actiepopup {
		padding: 8px;
	}

	.stralend-actiepopup__dialog,
	.stralend-actiepopup__image {
		max-height: calc(100vh - 16px);
		max-width: calc(100vw - 16px);
	}

	.stralend-actiepopup__close {
		aspect-ratio: 1;
		height: auto;
		width: max(11.75%, 44px);
	}
}
