/* ── Fear & Greed nav widget ──────────────────────────────────── */
.fg-nav-item {
	display: flex;
	align-items: center;
	padding: 0 2px;
}

.fg-nav-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	line-height: 1;
}

.fg-nav-link:hover {
	opacity: .85;
}

.fg-widget {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1px;
}

#fg-gauge {
	display: block;
	flex-shrink: 0;
}

.fg-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
}

.fg-value {
	font-size: .7rem;
	font-weight: 700;
}

.fg-text {
	font-size: .55rem;
	white-space: nowrap;
	opacity: .8;
}
}
