/* G2 FAQ — استایل فرانت. فقط در صفحه محصولی که FAQ دارد بارگذاری می‌شود. */

.g2faq-tab-content {
	min-height: 40px;
}

.g2faq-loading,
.g2faq-error {
	padding: 20px 0;
	color: #777;
	text-align: center;
	font-size: 14px;
}

.g2faq-error {
	color: #c0392b;
}

/* نشانگر بارگذاری ساده */
.g2faq-loading::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-inline-end: 8px;
	border: 2px solid #ddd;
	border-top-color: #999;
	border-radius: 50%;
	vertical-align: middle;
	animation: g2faq-spin 0.7s linear infinite;
}

@keyframes g2faq-spin {
	to {
		transform: rotate(360deg);
	}
}

/* محتوای بارگذاری‌شده: هم‌راستا با تب توضیحات قالب */
.g2faq-tab-content .g2faq-answer {
	margin-bottom: 16px;
}

/* دکمهٔ تلاش مجدد در پیام خطا */
.g2faq-error {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.g2faq-retry {
	padding: 6px 16px;
	background: #fff;
	border: 1px solid currentColor;
	border-radius: 4px;
	color: inherit;
	font: inherit;
	font-size: 13px;
	cursor: pointer;
}

.g2faq-retry:hover {
	background: #c0392b;
	border-color: #c0392b;
	color: #fff;
}

.g2faq-empty-notice {
	padding: 16px 0;
	color: #888;
	text-align: center;
}
