/* NOS محرك المصادر — صندوق «مصادر الخبر» للقارئ */

.nos-article-sources {
	direction: rtl;
	margin: 24px 0 8px;
	padding: 16px 18px;
	background: var(--ayg-card, #fff);
	border: 1px solid var(--ayg-line, #e5e7eb);
	border-inline-start: 4px solid var(--ayg-gold, #c8941b);
	border-radius: 12px;
}

.nos-article-sources h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	color: var(--ayg-ink, #14161b);
}

.nos-article-sources ol {
	margin: 0;
	padding-inline-start: 20px;
}

.nos-article-sources li {
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.8;
}

.nos-article-sources a {
	color: var(--ayg-ink, #14161b);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted var(--ayg-muted, #6b7280);
}
.nos-article-sources a:hover {
	color: var(--ayg-red, #c8102e);
	border-bottom-color: var(--ayg-red, #c8102e);
}

.nos-article-sources .nos-cite-note {
	color: var(--ayg-muted, #6b7280);
	font-size: 13px;
}

.nos-article-sources .nos-cite-policy {
	margin: 12px 0 0;
	padding-top: 10px;
	border-top: 1px solid var(--ayg-line, #e5e7eb);
	font-size: 12px;
}
.nos-article-sources .nos-cite-policy a {
	color: var(--ayg-muted, #6b7280);
	font-weight: normal;
	border-bottom: none;
}
.nos-article-sources .nos-cite-policy a:hover { color: var(--ayg-red, #c8102e); }
