/* FProject Medical SEO — frontend.css
   CHỈ style cho nội dung chèn vào the_content hiển thị NGOÀI frontend
   (không load trong wp-admin) — enqueue bởi DisclaimerEngine (Module 1)
   qua hook 'wp_enqueue_scripts', dùng chung cho cả badge Trust Score
   (Module 7) để chỉ cần 1 lần enqueue duy nhất trên mọi trang public. */

.fp-seo-disclaimers-wrap {
	margin-top: 24px;
}
.fp-seo-disclaimer {
	padding: 12px 16px;
	margin-bottom: 10px;
	border-left: 4px solid #0f766e;
	background: #f0f9f8;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.6;
}
.fp-seo-disclaimer--emergency {
	border-left-color: #dc3545;
	background: #fdecec;
}

/* Module 7 — Trust badges định tính (KHÔNG bao giờ hiện số %) */
.fp-seo-trust-badges-wrap {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.fp-seo-trust-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	background: #e6f4f2;
	color: #0f4c46;
	border: 1px solid #0f766e33;
}
