/* FAQ 模块 — 独立样式表，前台/后台预览均加载 */

.product-faq-panel.product-content-module-panel,
.pcm-card-preview-frame--faq.product-content-module-panel {
	padding-top: 8px;
	overflow-x: visible;
}
.product-faq-panel .product-module__body--faq-list,
.pcm-card-preview-frame--faq .product-module__body--faq-list {
	overflow-x: visible;
	overflow-y: visible;
}
.pcmnew-scope.product-faq-panel.product-content-module-panel .product-module__body--faq-list h2.product-module__title,
.pcm-card-preview-frame--faq.product-content-module-panel .product-module__body--faq-list h2.product-module__title {
	position: relative;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	margin: 15px 0 16px;
	padding: 0 0 0 14px;
	border-bottom: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 0;
	color: #333;
	box-sizing: border-box;
}
.pcmnew-scope.product-faq-panel.product-content-module-panel .product-module__body--faq-list h2.product-module__title::before,
.pcm-card-preview-frame--faq.product-content-module-panel .product-module__body--faq-list h2.product-module__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 20px;
	background-color: #DC3737;
	border-radius: 2px;
}
.product-module__body--faq-list .product-faq-module {
	margin: 0;
}
.product-faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.product-faq-item {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: #f7f7f7;
	overflow: hidden;
	transition: background-color 0.2s ease;
}
.product-faq-item.is-open {
	background: #F4F8FF;
}
.product-faq-item__trigger {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 0 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
	font-family: inherit;
	color: inherit;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.product-faq-item__trigger:hover {
	opacity: 0.92;
}
.product-faq-item__trigger:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 2px rgba(220, 55, 55, 0.3);
	border-radius: 8px;
}
.product-faq-item__question {
	flex: 1 1 auto;
	min-width: 0;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #222;
	box-sizing: border-box;
}
.product-faq-item__num {
	font-weight: 600;
	color: #222;
	font-variant-numeric: tabular-nums;
}
.product-faq-item__icon {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	padding: 0;
	width: 30px;
	height: 30px;
	margin-top: 12px;
	color: #6b7280;
	line-height: 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.product-faq-item__icon-svg {
	display: block;
}
.product-faq-item__icon-svg--close {
	display: none;
}
.product-faq-item.is-open .product-faq-item__icon-svg--plus {
	display: none;
}
.product-faq-item.is-open .product-faq-item__icon-svg--close {
	display: block;
}
.product-faq-item__answer {
	display: none;
	padding: 0 40px 18px;
	background: transparent;
	border: none;
}
.product-faq-item.is-open .product-faq-item__answer {
	display: block;
}
.product-faq-item__answer-body {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #9C9B99;
}
.product-faq-item__answer-body p {
	margin: 0 0 10px;
}
.product-faq-item__answer-body p:last-child {
	margin-bottom: 0;
}
.product-faq-item__answer-body a {
	color: #333;
	text-decoration: underline;
}
.product-faq-item__answer-body a:hover {
	color: #dc3737;
}
.product-faq-item__answer-body ul,
.product-faq-item__answer-body ol {
	margin: 0 0 10px;
	padding-left: 20px;
}
.product-faq-item__answer-body li {
	margin: 0 0 4px;
}

/* 后台预览：抵消 CMS/Bootstrap 对 FAQ 按钮的默认样式 */
.pcm-card-preview-frame--faq .product-faq-item__trigger,
#pcm-preview-dialog .product-module__body--faq-list .product-faq-item__trigger {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 0 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
	font-family: inherit;
	color: inherit;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	min-height: 0;
	vertical-align: baseline;
}
.pcm-card-preview-frame--faq .product-faq-item__question,
#pcm-preview-dialog .product-module__body--faq-list .product-faq-item__question {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #222;
}
.pcm-card-preview-frame--faq .product-faq-item__answer-body,
#pcm-preview-dialog .product-module__body--faq-list .product-faq-item__answer-body {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #9C9B99;
}

@media (max-width: 768px) {
	.product-faq-list {
		gap: 10px;
		padding: 0;
	}
	.product-faq-item__trigger,
	.pcm-card-preview-frame--faq .product-faq-item__trigger,
	#pcm-preview-dialog .product-module__body--faq-list .product-faq-item__trigger {
		padding: 0 24px;
		gap: 12px;
	}
	.product-faq-item__question,
	.pcm-card-preview-frame--faq .product-faq-item__question,
	#pcm-preview-dialog .product-module__body--faq-list .product-faq-item__question {
		padding: 14px 0;
		font-size: 15px;
		line-height: 1.45;
	}
	.product-faq-item__icon,
	.pcm-card-preview-frame--faq .product-faq-item__icon,
	#pcm-preview-dialog .product-module__body--faq-list .product-faq-item__icon {
		margin-top: 10px;
	}
	.product-faq-item__answer {
		padding: 0 24px 16px;
	}
}
