/* Regulator Alerts — single-alert template styles.
   Scoped under .ra- so it coexists with any theme. Quiet, institutional,
   high-contrast: the page's job is trust and speed, not decoration. */

.ra-wrap {
	--ra-ink: #16222e;
	--ra-muted: #55636f;
	--ra-line: #d7dee4;
	--ra-accent: #0b5563;      /* deep teal: official, calm, not alarmist */
	--ra-accent-ink: #ffffff;
	--ra-bg-soft: #f4f7f8;
	--ra-warn-bg: #fff7e8;
	--ra-warn-line: #e3c98a;

	max-width: 760px;
	margin: 0 auto;
	padding: 2rem 1.25rem 4rem;
	color: var(--ra-ink);
	font-size: 1.0625rem;
	line-height: 1.65;
}

.ra-kicker {
	font-size: .75rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ra-accent);
	font-weight: 700;
	margin: 0 0 .5rem;
}

.ra-title {
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	line-height: 1.2;
	margin: 0 0 1rem;
	overflow-wrap: anywhere; /* domain-based names must never overflow on mobile */
}

.ra-card {
	border: 1px solid var(--ra-line);
	border-top: 4px solid var(--ra-accent);
	border-radius: 6px;
	padding: 1.5rem 1.5rem 1.25rem;
	background: #fff;
}

.ra-lede { margin: 0 0 1rem; }

.ra-official { margin: 0 0 1.5rem; }
.ra-official-link {
	display: inline-block;
	background: var(--ra-accent);
	color: var(--ra-accent-ink);
	padding: .6rem 1rem;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
}
.ra-official-link:hover,
.ra-official-link:focus-visible { filter: brightness(1.15); color: var(--ra-accent-ink); }
.ra-official-link:focus-visible { outline: 3px solid var(--ra-ink); outline-offset: 2px; }

.ra-facts {
	width: 100%;
	border-collapse: collapse;
	font-size: .95rem;
	margin: 0 0 1rem;
}
.ra-facts th, .ra-facts td {
	text-align: left;
	padding: .55rem .75rem;
	border-bottom: 1px solid var(--ra-line);
	vertical-align: top;
}
.ra-facts th {
	width: 34%;
	color: var(--ra-muted);
	font-weight: 600;
	white-space: nowrap;
}
.ra-facts td { overflow-wrap: anywhere; }
.ra-facts tr:nth-child(odd) { background: var(--ra-bg-soft); }

.ra-attribution {
	font-size: .875rem;
	color: var(--ra-muted);
	margin: 0;
}

.ra-delisted {
	background: var(--ra-warn-bg);
	border: 1px solid var(--ra-warn-line);
	border-radius: 6px;
	padding: 1rem 1.25rem;
	margin: 0 0 1.5rem;
}

.ra-section { margin-top: 2.25rem; }
.ra-section h2 {
	font-size: 1.25rem;
	margin: 0 0 .6rem;
}
.ra-section p { margin: 0 0 1rem; }

.ra-form {
	border: 1px solid var(--ra-line);
	border-radius: 6px;
	padding: 1.5rem;
	background: var(--ra-bg-soft);
}
.ra-disclosure {
	font-size: .8125rem;
	color: var(--ra-muted);
	margin-top: 1rem;
}

.ra-foot {
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--ra-line);
	font-size: .875rem;
	color: var(--ra-muted);
}

@media (max-width: 480px) {
	.ra-card { padding: 1.1rem 1rem 1rem; }
	.ra-facts th { white-space: normal; width: 40%; }
}

@media (prefers-reduced-motion: reduce) {
	.ra-wrap * { transition: none !important; }
}
