.srt-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	border: 1px solid rgba(32, 176, 248, 0.2);
	border-radius: 999px;
	background: rgba(32, 176, 248, 0.08);
	color: var(--srt-primary);
	padding: 5px 10px;
	font-size: 0.78rem;
	font-weight: 780;
	letter-spacing: 0;
	text-transform: uppercase;
}

.srt-status-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--srt-success);
	box-shadow: 0 0 16px rgba(40, 209, 124, 0.75);
}
