.pfs-page-faqs {
	width: 100%;
}

.pfs-page-faqs__heading {
	margin: 0 0 32px;
	font-family: "Poppins", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}

.pfs-page-faqs__heading::after {
	content: '';
	display: block;
	background: url('/wp-content/uploads/2023/11/charlk-treatment.png');
	width: 120px;
	height: 17px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.pfs-page-faqs__list {
	border-top: 1px solid #d8d8d8;
}

.pfs-page-faqs__item {
	margin: 5px 0;
}

.pfs-page-faqs__question {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.pfs-page-faqs__toggle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px 50px 18px 25px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-color: #162b3c !important;
	color: #fff !important;
	border-radius: 8px;
}

.pfs-page-faqs__toggle:hover,
.pfs-page-faqs__toggle:focus {
	border: 0;
	background: transparent;
	color: inherit;
}

.pfs-page-faqs__toggle:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.pfs-page-faqs__question-text {
	display: block;
}

.pfs-page-faqs__icon {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
}

.pfs-page-faqs__icon::before,
.pfs-page-faqs__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.pfs-page-faqs__icon::before {
	width: 13px;
	height: 2px;
}

.pfs-page-faqs__icon::after {
	width: 2px;
	height: 13px;
}

.pfs-page-faqs__toggle[aria-expanded="true"]
	.pfs-page-faqs__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.pfs-page-faqs__answer {
	padding: 20px 25px;
	background: #fff;
}

.pfs-page-faqs__answer[hidden] {
	display: none;
}

.pfs-page-faqs__answer-inner p {
	font-size: 16px;
}

.pfs-page-faqs__answer-inner > *:first-child {
	margin-top: 0;
}

.pfs-page-faqs__answer-inner > *:last-child {
	margin-bottom: 0;
}

.pfs-page-faqs--static .pfs-page-faqs__item {
	padding: 24px 0;
}

.pfs-page-faqs--static .pfs-page-faqs__question {
	margin-bottom: 12px;
}

.pfs-page-faqs--static .pfs-page-faqs__answer {
	padding: 0;
}

@media (max-width: 767px) {
	.pfs-page-faqs__heading {
		margin-bottom: 24px;
	}

	.pfs-page-faqs__question {
		font-size: 18px;
	}

	.pfs-page-faqs__toggle {
		padding: 20px 40px 20px 0;
	}

	.pfs-page-faqs__answer {
		padding: 0 40px 20px 0;
	}
}