.thryonlab-faq-wrapper {
	margin: 0;
}
.thryonlab-faq-title {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}
.thryonlab-faq-accordion {
	border-top: 1px solid #ddd;
}
.thryonlab-faq-item {
	border-bottom: 1px solid #ddd;
}
.thryonlab-faq-question {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 0.75em 1em;
	cursor: pointer;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.thryonlab-faq-question:hover {
	background: #f9f9f9;
}
.faq-toggle-icon {
	font-size: 1.3em;
	transition: transform 0.3s ease;
}
.thryonlab-faq-item.active .faq-toggle-icon {
	transform: rotate(45deg);
}
.thryonlab-faq-answer {
	display: none;
	padding: 0 1em 1em;
	border-top: 1px solid #eee;
}
.thryonlab-faq-content {
	margin-top: 0.5em;
}
