.page-veelgestelde-vragen .page-header,
.page-veelgestelde-vragen .entry-header,
.page-id-172 .page-header,
.page-id-172 .entry-header {
	display: none !important;
}

.chb-option-page-veelgestelde-vragen {
	max-width: 920px;
	margin: 0 auto;
	padding: 48px 24px 72px;
	color: #123344;
	font-family: Inter, Open Sans, Arial, sans-serif;
}

.chb-faq-kicker {
	margin: 0 0 8px;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #78a843;
}

.chb-option-page-veelgestelde-vragen h1 {
	margin: 0 0 16px;
	font-family: Poppins, Montserrat, Arial, sans-serif;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.08;
	color: #0b3a4a;
}

.chb-option-page-veelgestelde-vragen .chb-option-page__intro {
	max-width: 680px;
	margin: 0 0 32px;
	color: #607685;
	font-size: 18px;
	line-height: 1.7;
}

.chb-faq-list {
	display: grid;
	gap: 12px;
}

.chb-faq-item {
	border: 1px solid #e5edf0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(11, 58, 74, 0.06);
	overflow: hidden;
}

.chb-faq-item__q {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	cursor: pointer;
	list-style: none;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0b3a4a;
}

.chb-faq-item__q::-webkit-details-marker,
.chb-faq-item__q::marker {
	display: none;
	content: "";
}

.chb-faq-item__q span {
	flex: 1 1 auto;
}

.chb-faq-item__q::after {
	content: "";
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	margin-left: auto;
	border-right: 2px solid #78a843;
	border-bottom: 2px solid #78a843;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
}

.chb-faq-item[open] > .chb-faq-item__q::after {
	transform: rotate(225deg);
	margin-top: 4px;
}

.chb-faq-item__a {
	padding: 0 22px 20px;
	color: #607685;
	line-height: 1.7;
	border-top: 1px solid #eef3f5;
}

.chb-faq-item__a p:first-child {
	margin-top: 14px;
}

.chb-faq-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
	padding: 22px 24px;
	border-radius: 16px;
	background: #0b3a4a;
	color: #fff;
}

.chb-faq-cta p {
	margin: 0;
	font-family: Poppins, sans-serif;
	font-weight: 600;
}

.chb-faq-cta__btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 20px;
	border-radius: 999px;
	background: #78a843;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.chb-option-page-veelgestelde-vragen {
		padding: 32px 18px 56px;
	}

	.chb-faq-item__q {
		font-size: 16px;
		padding: 16px 18px;
	}
}
