/* ==========================================================================
   Echo24x7 AI News Rewriter — Front-end Styles
   ========================================================================== */

/* ── Source attribution block ─────────────────────────────────────────────── */
.air-source-credit {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	padding: 10px 16px;
	background: #f8f8f8;
	border: 1px solid #ebebeb;
	border-left: 4px solid #f5a623;
	border-radius: 0 6px 6px 0;
	line-height: 1;
}

.air-source-label {
	font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.air-source-link {
	font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #1a1a1a;
	text-decoration: none;
	word-break: break-all;
}

.air-source-link:hover,
.air-source-link:focus {
	color: #f5a623;
	text-decoration: underline;
}

/* ── Disclaimer block ─────────────────────────────────────────────────────── */
.air-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 16px;
	padding: 11px 16px;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-left: 4px solid #bdbdbd;
	border-radius: 0 6px 6px 0;
}

.air-disclaimer-icon {
	font-size: 15px;
	color: #bdbdbd;
	flex-shrink: 0;
	line-height: 1.65;
	font-style: normal;
}

.air-disclaimer-text {
	font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	color: #888;
	line-height: 1.65;
	margin: 0;
}

/* ── Narrative Disassociation block ───────────────────────────────────────── */
.air-narrative-disassociation {
	margin-top: 16px;
	padding: 13px 16px;
	background: #f0f5fb;
	border: 1px solid #ccddf0;
	border-left: 4px solid #2271b1;
	border-radius: 0 6px 6px 0;
}

.air-narrative-disassociation__label {
	display: block;
	font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #2271b1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}

.air-narrative-disassociation__text {
	font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	color: #4a6785;
	line-height: 1.7;
	margin: 0;
}
