.bpms-fear-greed {
	--bpms-border: #1e293b;
	--bpms-card-bg: #0b1524;
	--bpms-muted: #94a3b8;
	--bpms-radius: 14px;
	--bpms-text: #f8fafc;
	--bpms-track: #172235;
	background: var(--bpms-card-bg);
	border: 1px solid var(--bpms-border);
	border-radius: var(--bpms-radius);
	box-sizing: border-box;
	color: var(--bpms-text);
	font-family: inherit;
	min-width: 220px;
	padding: 14px 14px 12px;
	width: 100%;
}

.bpms-fear-greed__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.bpms-fear-greed__header h3 {
	color: var(--bpms-text) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: .02em !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase !important;
	white-space: nowrap;
}

.bpms-fear-greed__live {
	align-items: center;
	color: var(--bpms-muted);
	display: inline-flex;
	font-size: 9px;
	gap: 4px;
	margin-left: 6px;
	white-space: nowrap;
}

.bpms-fear-greed__live b { font-weight: 400; }

.bpms-fear-greed__live i {
	background: #84cc16;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(132, 204, 22, .65);
	display: block;
	height: 7px;
	width: 7px;
}

.bpms-gauge {
	height: 172px;
	margin: 0 auto;
	max-width: 189px;
	overflow: visible;
	position: relative;
	width: 189px;
}

.bpms-gauge__arc {
	background: var(--bpms-ring);
	border-radius: 50%;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, .28));
	height: 182px;
	left: 50%;
	position: absolute;
	top: 6px;
	transform: translateX(-50%);
	width: 182px;
}

.bpms-gauge__mask {
	background: var(--bpms-card-bg);
	border-radius: 50%;
	height: 142px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 142px;
}

.bpms-gauge__value,
.bpms-gauge__caption,
.bpms-gauge__label {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.bpms-gauge__value {
	color: var(--bpms-text);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	top: 61px;
}

.bpms-gauge__caption {
	color: var(--bpms-muted);
	font-size: 10px;
	top: 97px;
}

.bpms-gauge__label {
	font-size: 13px;
	font-weight: 700;
	top: 114px;
}

.bpms-fear-greed--extreme-fear .bpms-gauge__label { color: #dc2626; }
.bpms-fear-greed--fear .bpms-gauge__label { color: #f97316; }
.bpms-fear-greed--neutral .bpms-gauge__label { color: #eab308; }
.bpms-fear-greed--greed .bpms-gauge__label { color: #84cc16; }
.bpms-fear-greed--extreme-greed .bpms-gauge__label { color: #10b981; }
.bpms-fear-greed--unavailable .bpms-gauge__label { color: var(--bpms-muted); }

@media (max-width: 360px) {
	.bpms-fear-greed {
		min-width: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
}
