.ns-citation-block {
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	background: #fafafa;
}
.ns-citation-title {
	margin: 0 0 0.75rem 0;
	font-size: 1rem;
	font-weight: 700;
}
.ns-citation-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
}
.ns-citation-tab {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 999px;
	padding: 0.25rem 0.85rem;
	font-size: 0.85rem;
	cursor: pointer;
}
.ns-citation-tab.active {
	background: #002c40;
	color: #fff;
	border-color: #002c40;
}
.ns-citation-output {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 0.75rem 1rem;
	margin-bottom: 0.6rem;
	font-size: 0.92rem;
	line-height: 1.5;
}
.ns-citation-text { display: none; }
.ns-citation-text.active { display: block; }
.ns-citation-copy {
	background: #007ab2;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0.35rem 1rem;
	font-size: 0.85rem;
	cursor: pointer;
}
.ns-citation-copy:hover { background: #005f8c; }
.ns-citation-copied {
	margin-left: 0.6rem;
	color: #2b7a2b;
	font-size: 0.85rem;
}
