.wellnessZestfit {
	background: #D1A76C;
	padding: 80px 0 !important;
	color: #000000;
	margin: 0 !important;
	max-width: 100% !important;
}

.wellnessZestfit--noPadTop {
	padding-top: 0;
}

.wellnessZestfit--noPadBottom {
	padding-bottom: 25px;
}

.wellnessZestfit__inner {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.wellnessZestfit__heading {
	font-family: "Artifex Hand CF", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin: 0;
}

.wellnessZestfit__intro {
	font-family: "Ancizar Serif", serif;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: center;
	width: 100%;
}

.wellnessZestfit__intro p {
	margin: 0 0 16px;
}

.wellnessZestfit__intro p:last-child {
	margin-bottom: 0;
}

.wellnessZestfit__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.wellnessZestfit__item {
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}

/* Hide native disclosure marker. */
.wellnessZestfit__item summary::-webkit-details-marker {
	display: none;
}
.wellnessZestfit__item summary {
	list-style: none;
}

.wellnessZestfit__trigger {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 20px;
	min-height: 44px;
	border-radius: 8px;
	cursor: pointer;
	user-select: none;
	transition: background 0.2s ease;
}

.wellnessZestfit__trigger:hover {
	background: #F5F1E9;
}

.wellnessZestfit__trigger:focus {
	outline: none;
}

.wellnessZestfit__trigger:focus-visible {
	outline: 3px solid #1F677F;
	outline-offset: 2px;
	border-radius: 8px;
}

.wellnessZestfit__title {
	flex: 1 1 auto;
	min-width: 0;
	font-family: "Ancizar Serif", serif;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin: 0;
}

.wellnessZestfit__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	margin-right: -10px;
	font-family: "Artifex Hand CF", serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	color: #000000;
	transition: transform 0.2s ease;
}

.wellnessZestfit__item[open] .wellnessZestfit__icon {
	transform: rotate(45deg);
}

.wellnessZestfit__content {
	padding: 0 20px 20px;
	font-family: "Ancizar Serif", serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.wellnessZestfit__content p {
	margin: 0 0 16px;
}

.wellnessZestfit__content p:last-child {
	margin-bottom: 0;
}

.wellnessZestfit__content ul,
.wellnessZestfit__content ol {
	margin: 0 0 16px;
	padding-left: 24px;
}

.wellnessZestfit__content ul {
	list-style-type: disc;
}

.wellnessZestfit__content ol {
	list-style-type: decimal;
}

@media (max-width: 1024px) {
	.wellnessZestfit {
		padding: 80px 0;
	}
	.wellnessZestfit--noPadTop {
		padding-top: 0;
	}
	.wellnessZestfit--noPadBottom {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.wellnessZestfit {
		padding: 60px 0;
	}
	.wellnessZestfit--noPadTop {
		padding-top: 0;
	}
	.wellnessZestfit--noPadBottom {
		padding-bottom: 0;
	}
	.wellnessZestfit__heading {
		font-size: 20px;
		line-height: 28px;
	}
	.wellnessZestfit__title {
		font-size: 16px;
		line-height: 24px;
	}
	.wellnessZestfit__inner {
		margin-bottom: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wellnessZestfit__icon,
	.wellnessZestfit__trigger {
		transition: none;
	}
}
