.klb2-health-sections {
	display: grid;
	gap: 18px;
}

.klb2-health-sections__item {
	position: relative;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	float: none !important;
	clear: both;
	overflow: hidden;
	border-radius: 28px;
	background: #ffffff;
}

.klb2-health-sections__toggle {
	position: relative;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	min-height: 220px;
	padding: 0;
	border: none;
	border-radius: inherit;
	float: none !important;
	clear: both;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	background: #e5eefb;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	box-shadow: none;
}

.klb2-health-sections__media,
.klb2-health-sections__image,
.klb2-health-sections__overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.klb2-health-sections__media--empty {
	background: linear-gradient(135deg, #dfeafc 0%, #c9dcfa 100%);
}

.klb2-health-sections__image {
	max-width: none !important;
	min-width: 100%;
	min-height: 100%;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
	border: none;
	box-shadow: none;
	border-radius: inherit;
}

.klb2-health-sections__overlay {
	background: rgba(15, 23, 42, 0.38);
}

.klb2-health-sections__headline {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	height: 100%;
	padding: 28px 30px;
}

.klb2-health-sections__title {
	display: block;
	max-width: min(780px, 100%);
	color: #ffffff;
	font-size: clamp(24px, 2.2vw, 38px);
	font-weight: 700;
	line-height: 1.08;
}

.klb2-health-sections__icon {
	flex: 0 0 auto;
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
}

.klb2-health-sections__icon::before,
.klb2-health-sections__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.klb2-health-sections__icon::before {
	width: 18px;
	height: 2px;
}

.klb2-health-sections__icon::after {
	width: 2px;
	height: 18px;
}

.klb2-health-sections__item.is-open .klb2-health-sections__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0.2);
}

.klb2-health-sections__panel {
	position: relative;
	z-index: 1;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	float: none !important;
	clear: both;
	box-sizing: border-box;
	margin: 0 !important;
	background: #ffffff;
}

.klb2-health-sections__panel[hidden] {
	display: none !important;
}

.klb2-health-sections__panel-inner {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 28px;
}

.klb2-health-sections__content {
	display: block;
	width: 100%;
	color: #334155;
	font-size: 16px;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.klb2-health-sections__content > :first-child {
	margin-top: 0;
}

.klb2-health-sections__content > :last-child {
	margin-bottom: 0;
}

.klb2-health-sections__documents,
.klb2-health-sections__gallery-wrap {
	margin-top: 28px;
}

.klb2-health-sections__block-title {
	margin-bottom: 14px;
	color: #0f172a;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.klb2-health-sections__documents-list {
	display: grid;
	gap: 10px;
}

.klb2-health-sections__documents a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #1d4ed8;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
}

.klb2-health-sections__documents a::before {
	content: "";
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: currentColor;
}

.klb2-health-sections__documents a:hover {
	color: #1e40af;
	text-decoration: underline;
}

.klb2-health-sections__gallery {
	display: block;
	width: 100%;
	min-width: 0;
}

.klb2-health-sections__gallery-carousel {
	--klb2-carousel-gap: 20px;
	--klb2-carousel-image-height: 410px;
	--klb2-carousel-dot-active-color: #5EA4FF;
	width: 100%;
}

.klb2-health-sections__gallery-carousel .klb2-carousel__media,
.klb2-health-sections__gallery-carousel .klb2-carousel__frame,
.klb2-health-sections__gallery-carousel .klb2-carousel__image,
.klb2-health-sections__gallery-carousel .klb2-carousel__image-background {
	border-radius: var(--klb2-health-gallery-radius, 20px);
}

.klb2-health-sections__gallery-carousel .klb2-carousel__dots {
	margin-top: 18px;
}

.klb2-health-sections__empty {
	padding: 20px;
	border-radius: 18px;
	background: #edf4ff;
	color: #334155;
}

@media (max-width: 767px) {
	.klb2-health-sections__toggle {
		min-height: 180px;
	}

	.klb2-health-sections__headline {
		padding: 22px 20px;
		align-items: flex-end;
	}

	.klb2-health-sections__title {
		font-size: 24px;
	}

	.klb2-health-sections__icon {
		width: 42px;
		height: 42px;
	}

	.klb2-health-sections__panel-inner {
		padding: 22px 20px;
	}

	.klb2-health-sections__block-title {
		font-size: 20px;
	}

	.klb2-health-sections__gallery-image {
		min-width: 180px;
		height: 150px;
	}
}
