/*
 * Affiliate Playground Pro — Disclaimer Module
 * Dynamic color + border styles are applied via inline style attributes.
 */

.app-disclaimer {
	padding: 14px 18px;
	margin: 1.5em 0;
	font-size: 13px;
	line-height: 1.6;
	color: #444;
}

/* Style C overrides text color to white (set on block via inline style too,
   but this catches any inherited color from the theme). */
.app-disclaimer--style-c {
	color: #fff;
}

.app-disclaimer__heading {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}
