.flex-layout.verhalen_slider_custom-layout .pk_grid_container>.pk-col {
	display: flex;
	gap: 80px;
}

.flex-layout.verhalen_slider_custom-layout .verhalen_slider_content_wrapper {
	max-width: 350px;
	min-width: 300px;
	position: relative;
	z-index: 2;
}

.flex-layout.verhalen_slider_custom-layout .verhalen_slider_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.flex-layout.verhalen_slider_custom-layout .verhaal_slider_nav_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	height: 100%;
	margin-top: 50px;
}

.flex-layout.verhalen_slider_custom-layout .verhalen_slider_content_wrapper .verhalen_slider_content .heading-wrapper {
	margin-bottom: 16px;
}

.flex-layout.verhalen_slider_custom-layout .verhalen_slider_content_wrapper .verhalen_slider_content .heading-wrapper h2,
.flex-layout.verhalen_slider_custom-layout .verhalen_slider_content_wrapper .verhalen_slider_content p,
.flex-layout.verhalen_slider_custom-layout .verhalen_slider_content_wrapper .pk-button {
	color: var(--pk-color-secondary);
}

.flex-layout.verhalen_slider_custom-layout .pk-module.verhalen-slider {
	flex: 1;
	max-width: none;
}

.flex-layout.verhalen_slider_custom-layout .pk-module.verhalen-slider .swiper-container {
	width: 100%;
}

.flex-layout.verhalen_slider_custom-layout .verhaal_article {
	min-height: 450px;
}

.verhalen_slider_custom-layout .swiper-slide {
	position: relative;
	height: auto;
	align-self: stretch;
	max-width: 285px;
}

.flex-layout.verhalen_slider_custom-layout .swiper_nav {
	display: flex;
	gap: 20px;
}

/* Verwijder standaard Swiper pijlen */
.flex-layout.verhalen_slider_custom-layout .swiper-button-prev::after,
.flex-layout.verhalen_slider_custom-layout .swiper-button-next::after {
	content: '' !important;
	display: none !important;
}

.flex-layout.verhalen_slider_custom-layout .swiper-navigation-icon {
	display: none !important;
}

.flex-layout.verhalen_slider_custom-layout .swiper-button-prev,
.flex-layout.verhalen_slider_custom-layout .swiper-button-next {
	position: static;
	width: 51px;
	height: 51px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D4D4D4;
	border-radius: 50%;
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.flex-layout.verhalen_slider_custom-layout .swiper-button-prev:hover,
.flex-layout.verhalen_slider_custom-layout .swiper-button-next:hover {

}

.flex-layout.verhalen_slider_custom-layout .swiper-button-prev.swiper-button-disabled,
.flex-layout.verhalen_slider_custom-layout .swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.flex-layout.verhalen_slider_custom-layout .swiper-button-prev .swiper-arrow-icon,
.flex-layout.verhalen_slider_custom-layout .swiper-button-next .swiper-arrow-icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-layout.verhalen_slider_custom-layout .swiper-button-prev .swiper-arrow-icon svg,
.flex-layout.verhalen_slider_custom-layout .swiper-button-next .swiper-arrow-icon svg {
	width: 100%;
	height: 100%;
}

.flex-layout.verhalen_slider_custom-layout .swiper-button-prev .swiper-arrow-icon svg path,
.flex-layout.verhalen_slider_custom-layout .swiper-button-next .swiper-arrow-icon svg path{
	stroke: var(--pk-color-secondary);
}

.flex-layout.verhalen_slider_custom-layout .swiper-button-prev .swiper-arrow-icon {
	transform: rotate(180deg);
}

.flex-layout.verhalen_slider_custom-layout .swiper-scrollbar {
	position: relative;
	width: 100%;
	height: 2px;
	background: var(--pk-color-tertiary);
	margin-top: 30px;
	border-radius: 0;
}

.flex-layout.verhalen_slider_custom-layout .swiper-scrollbar .swiper-scrollbar-drag {
	background: var(--pk-color-secondary);
	height: 100%;
	border-radius: 0;
	cursor: grab;
}

.flex-layout.verhalen_slider_custom-layout .swiper-scrollbar .swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.verhalen_slider_custom-layout .verhaal_article {
	height: 100%;
}

.verhalen_slider_custom-layout .verhaal-wrapper {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
	overflow: hidden;
	border-radius: var(--pk-button-radius);

	width: 100%;
}

.verhalen_slider_custom-layout .verhaal-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(0deg, var(--verhalen-slider-gradient, var(--pk-color-secondary)) 0%, rgba(0, 0, 0, 0) 60%);
	opacity: 0.95;
	transition: opacity 0.3s ease;
}

.verhalen_slider_custom-layout .verhaal-wrapper:hover::before {
	opacity: 0.8;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-image {
	position: relative;
	z-index: 1;
	height: 100%;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-image img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 2rem;
	color: #ffffff;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content .verhaal-title {
	font-size: 1.8rem;
	margin: 0;
	color: white;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content .read-more {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: white;
	transition: gap 0.3s ease;
}

.verhalen_slider_custom-layout .verhaal-wrapper:hover .verhaal-content .read-more {
	gap: 0.75rem;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content .read-more .read-more-icon {
	width: 0.8em;
	height: 0.8em;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content .read-more .read-more-icon svg {
	width: 100%;
	height: 100%;
	fill: var(--pk-color-tertiary);
}

.verhalen_slider_custom-layout .verhaal-wrapper::before {
	background: linear-gradient(0deg, var(--verhalen-slider-gradient, var(--pk-color-secondary)) 0%, rgba(0, 0, 0, 0) 60%);
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content .read-more {
	color: white;
}

.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content .read-more .read-more-icon svg {
	fill: white;
}

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

	.flex-layout.verhalen_slider_custom-layout .verhalen_slider_content_wrapper {
		max-width: unset;
	}

	.flex-layout.verhalen_slider_custom-layout:has(+ .flex-layout.cta-layout) {
		padding-block: 160px;
	}

	.flex-layout.verhalen_slider_custom-layout {
		padding-block: 60px;
	}

	.flex-layout.verhalen_slider_custom-layout .pk_grid_container>.pk-col {
		flex-direction: column;
		gap: 40px;
	}

	.flex-layout.verhalen_slider_custom-layout .verhaal_slider_nav_wrapper {
		flex-direction: column-reverse;
		margin-top: 40px;
	}
}


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

	.flex-layout.verhalen_slider_custom-layout:has(+ .flex-layout.cta-layout) {
		padding-block: 100px;
	}

	.flex-layout.verhalen_slider_custom-layout {
		padding-block: 40px;
	}

	.flex-layout.verhalen_slider_custom-layout .pk_grid_container>.pk-col {
		gap: 20px;
	}

	.flex-layout.verhalen_slider_custom-layout .verhaal_slider_nav_wrapper {
		margin-top: 20px;
	}

	.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content {
		padding: var(--pk-site-gutter);
	}

	.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-content .verhaal-title {
		font-size: 1.25rem;
	}

	.verhalen_slider_custom-layout .verhaal-wrapper .verhaal-image img {
		min-height: 380px;
	}
}
