#rank-math-faq {
	padding: 35px 0!important;
}

#rank-math-faq .rank-math-list-item {
	list-style-type: none;
	padding-bottom: 30px;
}

#rank-math-faq .rank-math-question {
	padding: 15px;
	color:var(--color_2);
	color:var(--page-color-text);
	background-color: var(--color_3);
	background-color: var(--page-color-background);
	padding-left:50px;
	padding-right: 40px;
	position: relative;
	margin-bottom: 0;
	transition: all .3s;
	font-size: 18px;
    line-height: 20px;
}

.rank-math-question:before {
	content: '?';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

#rank-math-faq .afg-active .rank-math-question,
#rank-math-faq .afg-active .rank-math-question:before {
	color: var(--page-color-active);
}

#rank-math-faq .rank-math-question:after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top:50%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background-image: var(--chevron-down-1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
}

#rank-math-faq .afg-active .rank-math-question:after {
	transform: scaleY(-1) translateY(50%);
	background-image: var(--chevron-down-wht);
}

#rank-math-faq .rank-math-answer {
	background-color: var(--color_2);
	padding: 0 15px;
    overflow: hidden;
}

#rank-math-faq .rank-math-answer > *:first-child {
	margin-top: 15px;
}

#rank-math-faq .afg-active .rank-math-answer > *:last-child {
	margin-bottom: 15px;
}

.rank-math-answer img,
.rank-math-answer figure {
	max-height: 150px;
	max-width: 150px;
	object-fit: contain;
	margin-bottom: 10px;
}
