.flex-layout.content-voordelen-layout {
	padding-block: 0px 140px;
	position: relative;
	padding-inline: 0px;
}
	
.flex-layout.content-voordelen-layout::before {
	content: '';
	top: -40%;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/wp-content/uploads/2025/11/overlapping-pattern-1.svg);
	z-index: -1;
}

.flex-layout.content-voordelen-layout .pk-row {
	padding: 64px !important;
	background-color: var(--st-berry);
	border-radius: var(--st-secondary-radius);
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.flex-layout.content-voordelen-layout .content {
	display: flex;
	flex-direction: column;
	gap: var(--st-content-gap);
	height: 100%;
}

.flex-layout.content-voordelen-layout .content *:not(.pk-button-text) {
	color: var(--st-linen);
}

.flex-layout.content-voordelen-layout .content .pk-button-group {
	margin-top: auto;
}

.flex-layout.content-voordelen-layout .phone-mockup {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 1;
	border-radius: var(--st-primary-radius);
	position: relative;
	overflow: hidden;
}

.flex-layout.content-voordelen-layout .phone-mockup .phone1 {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 65%;
	transform: translate(-50%, -20%);
}

.flex-layout.content-voordelen-layout .voordelen-block {
	background-color: var(--st-linen);
	overflow: hidden;
	height: 100%;
	border-radius: var(--st-primary-radius);
}

.flex-layout.content-voordelen-layout .voordelen-block .phone-col {
	position: relative;
}

.flex-layout.content-voordelen-layout .voordelen-block .phone-col img {
	position: absolute;
	width: 80%;
	left: 40px;
	top: 0px;
	transform: translate(0%, 20%);
	object-fit: contain;
	object-position: center;
	aspect-ratio: 428 / 787;
}

.flex-layout.content-voordelen-layout .voordelen-block .content {
	padding: 80px 40px 80px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 32px;
	min-height: 400px;
}

.flex-layout.content-voordelen-layout .voordelen-block .pk-grid-container {
	max-width: 100%;
	margin: 0px;
}

.flex-layout.content-voordelen-layout .voordelen-block .content h3 {
	font-weight: 400;
	color: var(--st-rose);
}

.flex-layout.content-voordelen-layout .voordelen-block .voordelen {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.flex-layout.content-voordelen-layout .voordelen-block .voordelen-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.flex-layout.content-voordelen-layout .voordelen-block .voordeel {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 12px;
}

.flex-layout.content-voordelen-layout .voordelen-block .voordeel {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 12px;
}

.flex-layout.content-voordelen-layout .voordelen-block .voordeel .title {
	background-color: var(--st-rose);
	color: var(--st-linen);
	border-radius: var(--st-primary-radius);
	padding: 16px 24px;
	display: flex;
	align-items: center; justify-content: center;
	font-weight: 800;
}

.flex-layout.content-voordelen-layout .voordelen-block .voordeel .text {
	display: grid;
	grid-template-columns: 17px 1fr;
	gap: 12px;
	align-items: start;
	position: relative;
	color: var(--st-rose);
	border-radius: var(--st-primary-radius);
	border: 1px solid var(--st-rose);
	padding: 16px 24px;
	margin: 0;
}

.flex-layout.content-voordelen-layout .voordelen-block .voordeel .text:before {
	content: "";
	display: inline-block;
	background-color: currentColor;
	mask: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.40549 5.91504C8.44443 5.98239 8.54175 5.98241 8.58067 5.91504L11.4412 0.960547L11.4702 0.909919H13.4563L10.333 6.31944C10.1705 6.60098 9.86999 6.77446 9.54488 6.77446H7.30546C6.98035 6.77446 6.67986 6.60099 6.5173 6.31944L3.92969 1.8373L4.99035 0L8.40549 5.91504Z' fill='%2342012C'/%3E%3Cpath d='M15.9396 7.08997L17.0005 8.92727H10.1704C10.0926 8.92731 10.0439 9.01153 10.0828 9.07891L12.9433 14.0335L12.9725 14.0839L11.9794 15.804L8.85629 10.3945C8.69374 10.1129 8.69374 9.76587 8.85629 9.48431L9.97607 7.54487C10.1386 7.26333 10.4391 7.08984 10.7642 7.08984L15.9396 7.08997Z' fill='%2342012C'/%3E%3Cpath d='M6.24628 7.21631C6.5714 7.21631 6.87188 7.3899 7.03444 7.67146L8.15422 9.6109C8.31674 9.89245 8.31676 10.2394 8.15422 10.521L5.56634 15.003L3.44489 15.0031L6.8599 9.08791C6.89875 9.02053 6.8501 8.93631 6.77231 8.93628L1.0513 8.93615L0.99295 8.93628L0 7.21631H6.24628Z' fill='%2342012C'/%3E%3C/svg%3E%0A") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.40549 5.91504C8.44443 5.98239 8.54175 5.98241 8.58067 5.91504L11.4412 0.960547L11.4702 0.909919H13.4563L10.333 6.31944C10.1705 6.60098 9.86999 6.77446 9.54488 6.77446H7.30546C6.98035 6.77446 6.67986 6.60099 6.5173 6.31944L3.92969 1.8373L4.99035 0L8.40549 5.91504Z' fill='%2342012C'/%3E%3Cpath d='M15.9396 7.08997L17.0005 8.92727H10.1704C10.0926 8.92731 10.0439 9.01153 10.0828 9.07891L12.9433 14.0335L12.9725 14.0839L11.9794 15.804L8.85629 10.3945C8.69374 10.1129 8.69374 9.76587 8.85629 9.48431L9.97607 7.54487C10.1386 7.26333 10.4391 7.08984 10.7642 7.08984L15.9396 7.08997Z' fill='%2342012C'/%3E%3Cpath d='M6.24628 7.21631C6.5714 7.21631 6.87188 7.3899 7.03444 7.67146L8.15422 9.6109C8.31674 9.89245 8.31676 10.2394 8.15422 10.521L5.56634 15.003L3.44489 15.0031L6.8599 9.08791C6.89875 9.02053 6.8501 8.93631 6.77231 8.93628L1.0513 8.93615L0.99295 8.93628L0 7.21631H6.24628Z' fill='%2342012C'/%3E%3C/svg%3E%0A") no-repeat center / contain;
	flex-shrink: 0;
	width: 17px;
	aspect-ratio: 1;
	margin: 0;
	transform: translate(0px, 5px);
}

@media screen and (max-width: 1310px) {

	.flex-layout.content-voordelen-layout .pk-row {
		border-radius: 0px;
	}

}

@media screen and (max-width: 992px) {
	
	.flex-layout.content-voordelen-layout {
		padding-block: 0px 100px;
	}
		
	.flex-layout.content-voordelen-layout .pk-row {
		padding: 80px 20px !important;
		gap: 40px;
	}
	
	.flex-layout.content-voordelen-layout .voordelen-block .content {
		padding: 40px 20px;
		min-height: unset;
	}
	
	.flex-layout.content-voordelen-layout .voordelen-block .phone-col {
		position: relative;
		order: 2;
	}
	
	.flex-layout.content-voordelen-layout .voordelen-block .phone-col img {
		position: static;
		width: calc(100% - 40px);
		margin-inline: auto;
		transform: translate(0%, 20%);
		height: 100%;
		aspect-ratio: 1;
		object-fit: cover;
		object-position: top center;
		margin-top: -10%;
	}
	
}

@media screen and (max-width: 767px) {
	
	.flex-layout.content-voordelen-layout {
		padding-block: 0px 40px;
	}
	
	.flex-layout.content-voordelen-layout {
		padding-inline: 0px !important;
	}
	
	.flex-layout.content-voordelen-layout .pk-row {
		padding: 40px 20px !important;
	}
	
	.flex-layout.content-voordelen-layout .upper-block .pk-grid-container {
		row-gap: 40px;
	}
	
	.flex-layout.content-voordelen-layout .voordelen-block .voordeel {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	
	.flex-layout.content-voordelen-layout .voordelen-block .voordeel .title, .flex-layout.content-voordelen-layout .voordelen-block .voordeel .text {
		padding: 16px;
	}
}