.faq-master-container {
	margin: 20px 0;
	font-family: inherit;
}

.faq-master-tools {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px;
	flex-wrap: wrap;
}

.faq-master-search {
	flex-grow: 1;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-width: 200px;
}

.faq-master-btn {
	padding: 8px 15px;
	background: #eee;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #ddd;
	font-size: 0.9em;
}

.faq-master-btn:hover {
	background: #ddd;
}

.faq-export-pdf {
	background: #fdfdfd;
}

.faq-share-wa {
	background: #25D366;
	color: #fff;
	border: none;
}
.faq-share-wa:hover {
	background: #128C7E;
	color: #fff;
}

.faq-share-tg {
	background: #0088cc;
	color: #fff;
	border: none;
}
.faq-share-tg:hover {
	background: #0077b5;
	color: #fff;
}

.faq-master-item {
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 10px;
	background: #fff;
}

.faq-master-accordion-title {
	margin: 0;
	padding: 15px;
	cursor: pointer;
	background: #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.1em;
	font-weight: bold;
	transition: background 0.2s;
}

.faq-master-accordion-title:hover {
	background: #f1f1f1;
}

.faq-toggle-icon {
	font-weight: bold;
	font-size: 1.2em;
}

.faq-master-accordion-content {
	display: none;
	padding: 15px;
	border-top: 1px solid #eee;
}

.faq-item-share {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dashed #eee;
	font-size: 0.9em;
	color: #777;
}

.faq-item-share a {
	color: #0073aa;
	text-decoration: none;
	margin: 0 5px;
}
