
#rank-math-faq .rank-math-list-item {
	border: 1px solid #d1dfee;
	margin-bottom: 20px;
	background-color: #fdfeff;
}

#rank-math-faq .rank-math-question {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 17px 56px 17px 12px;
	line-height: 1.4;
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
}

#rank-math-faq .rank-math-question.faq-q-open {
	border-bottom: 1px solid #d1dfee;
}

#rank-math-faq .rank-math-question:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	width: 56px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 700;
	color: #000;
	font-size: 20px;
}

#rank-math-faq .rank-math-question.faq-q-open:after {
	content: "-";
}

#rank-math-faq .rank-math-answer {
	margin: 0;
	padding: 12px;
	background-color: #fff;
	font-size: 16px !important;
	line-height: 1.4 !important;
	border-bottom: 1px solid #dedee0;
	display: none;
}

#rank-math-faq .RMFA-quesion-button {
	all: unset !important;
}

@media only screen and (max-width: 799px) {
	.ub-hide-on-mobile {
		display: none;
	}
}

@media only screen and (min-width: 800px)and (max-width: 1023px) {
	.ub-hide-on-tablet {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	.ub-hide-on-desktop {
		display: none;
	}
}
