/*
 * Single CSS owner for the Update-2 content disclaimer slot.
 * Standard token set: grey background #f5f5f5, pink left border #d63194.
 * Scoped strictly to .na-disclaimer-slot — never styles the global footer or the CTA.
 * This owner replaces the pink/yellow/cream variants ONLY within mapped disclaimer slots
 * (e.g. the cream #fff8ec / ochre #b8860b native-editorial variant on post 4610), which the
 * migration removes from post_content so this standard styling is the only surviving slot style.
 */
.na-disclaimer-slot {
	background: #f5f5f5;
	border-left: 5px solid #d63194;
	border-radius: 4px;
	padding: 20px 24px;
	margin: 32px auto;
	max-width: 760px;
	color: #555555;
	font-size: 15px;
	line-height: 1.6;
}

.na-disclaimer-slot p {
	margin: 0 0 12px;
}

.na-disclaimer-slot p:last-child {
	margin-bottom: 0;
}
