.vcfa-faq {
	width: 100%;
	margin: 48px 0 24px;
}

.vcfa-faq__title {
	margin: 0 0 10px;
}

.vcfa-faq__intro {
	max-width: 900px;
	margin: 0 0 20px;
	line-height: 1.7;
	opacity: 0.82;
}

.vcfa-faq__intro > :first-child {
	margin-top: 0;
}

.vcfa-faq__intro > :last-child {
	margin-bottom: 0;
}

.vcfa-faq__items {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.vcfa-faq__item {
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.vcfa-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 0;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.45;
	list-style: none;
}

.vcfa-faq__question::-webkit-details-marker {
	display: none;
}

.vcfa-faq__question::marker {
	content: "";
}

.vcfa-faq__icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.vcfa-faq__icon::before,
.vcfa-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.vcfa-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.vcfa-faq__item[open] .vcfa-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.vcfa-faq__answer {
	padding: 0 34px 18px 0;
	line-height: 1.7;
}

.vcfa-faq__answer > :first-child {
	margin-top: 0;
}

.vcfa-faq__answer > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.vcfa-faq {
		margin-top: 36px;
	}

	.vcfa-faq__question {
		padding: 16px 0;
	}

	.vcfa-faq__answer {
		padding-right: 0;
	}
}
