.bg_faq_closed,
.bg_faq_opened {
	cursor: pointer !important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.bg_faq_closed:focus-visible,
.bg_faq_opened:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
