/* FAQ-аккордеон (page-videonabludenie.php), замена jQuery UI */
.themevss-accordion__item {
	margin-bottom: 2px;
}

.themevss-accordion__trigger {
	display: block;
	width: 100%;
	text-align: left;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 15px 20px;
	cursor: pointer;
	font-weight: 600;
	font-size: inherit;
	font-family: inherit;
	color: #495057;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.themevss-accordion__trigger:hover {
	background: #e9ecef;
	color: #007bff;
}

.themevss-accordion__item.is-active .themevss-accordion__trigger {
	background: #007bff;
	color: #fff;
	border-color: #007bff;
}

.themevss-accordion__panel {
	padding: 20px;
	border: 1px solid #dee2e6;
	border-top: none;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

.themevss-accordion__panel p {
	margin: 0;
	line-height: 1.6;
	color: #495057;
}
