

/* Start:/local/templates/magnet_s1/components/bitrix/news.list/faq/style.css?1779198555665*/

.faq-item {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 12px;
}

.faq-item_name {
	font-weight: 700;
	color: #faaf00;
	background: #f5f5f5;
	padding: 15px 20px;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	transition: background 0.3s ease;
	user-select: none;
}

.faq-item_name:hover {
	background: #e8e8e8;
}

.faq-item_name::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: bold;
}

.faq-item.active .faq-item_name::after {
	content: '−';
}

.faq-item_text {
	padding: 20px;
	background: #fff;
	line-height: 1.5;
	color: #333;
	display: none;
}
/* End */
/* /local/templates/magnet_s1/components/bitrix/news.list/faq/style.css?1779198555665 */
