.sn-source-references {
	margin-top: 2rem;
	padding: 1rem 1.25rem;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	background: #f8fafc;
}

.sn-source-references--editor-only {
	border-color: #b45309;
	background: #fffbeb;
}

.sn-source-references h2 {
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
}

.sn-source-references__note {
	margin: 0 0 0.75rem;
	color: #475569;
	font-size: 0.95rem;
}

.sn-source-references__list {
	margin: 0;
	padding-left: 1.2rem;
}

.sn-source-references__editor-debug {
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px dashed #cbd5e1;
}

.smartnewsroom-ai-image-frame {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.smartnewsroom-ai-image-frame > img {
	display: block;
}

.smartnewsroom-ai-image-badge {
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
	display: grid;
	width: 1.55rem;
	height: 1.55rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.72);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.2);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.smartnewsroom-ai-disclaimer {
	margin: 1.75rem 0;
	padding: 0.9rem 1rem;
	border: 1px solid #d0d7de;
	border-left: 3px solid #64748b;
	border-radius: 6px;
	background: #f8fafc;
	color: #334155;
	font-size: 0.9rem;
	line-height: 1.5;
}

.smartnewsroom-ai-disclaimer__title {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	line-height: 1.3;
}

.smartnewsroom-ai-disclaimer__text > :first-child {
	margin-top: 0;
}

.smartnewsroom-ai-disclaimer__text > :last-child {
	margin-bottom: 0;
}

.smartnewsroom-persona-card {
	display: flex;
	gap: 0.875rem;
	align-items: center;
	margin: 1.5rem 0;
}

.smartnewsroom-persona-card__image {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 auto;
}

.smartnewsroom-persona-card__name {
	font-weight: 700;
	line-height: 1.25;
}

.smartnewsroom-persona-card__title,
.smartnewsroom-persona-card__bio {
	color: #475569;
	font-size: 0.925rem;
	line-height: 1.35;
}

.smartnewsroom-article-profile {
	margin: 2rem 0;
	padding: 1.1rem 1.25rem;
	border: 1px solid #d0d7de;
	border-left: 4px solid #2563eb;
	border-radius: 8px;
	background: #f8fafc;
	color: #1f2937;
}

.smartnewsroom-article-profile__title {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	line-height: 1.25;
}

.smartnewsroom-article-profile__persona {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 1rem;
}

.smartnewsroom-article-profile__image {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 auto;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
}

.smartnewsroom-article-profile h3 {
	margin: 1.1rem 0 0.65rem;
	font-size: 0.92rem;
	line-height: 1.3;
}

.smartnewsroom-article-profile p {
	margin: 0;
	color: #475569;
	font-size: 0.94rem;
	line-height: 1.45;
}

.smartnewsroom-article-profile__persona-summary {
	color: #1f2937;
	font-weight: 700;
}

.smartnewsroom-article-profile__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.75rem;
	margin: 0;
}

.smartnewsroom-article-profile__list div {
	min-width: 0;
}

.smartnewsroom-article-profile__list dt {
	margin: 0 0 0.18rem;
	color: #64748b;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.smartnewsroom-article-profile__list dd {
	margin: 0;
	color: #1f2937;
	font-size: 0.93rem;
	line-height: 1.38;
}

.smartnewsroom-article-profile__section {
	margin-top: 1rem;
	padding-top: 0.9rem;
	border-top: 1px dashed #cbd5e1;
}

.smartnewsroom-article-profile__links {
	margin: 0.75rem 0 0;
	padding-left: 1.2rem;
	color: #1f2937;
	font-size: 0.93rem;
	line-height: 1.45;
}

.smartnewsroom-article-profile__links a {
	color: #1d4ed8;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 640px) {
	.smartnewsroom-article-profile__persona {
		align-items: center;
	}
}
