.cslb-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	direction: ltr;
	vertical-align: baseline;
	white-space: nowrap;
	max-width: 170px;
	padding: 3px 7px;
	margin-inline-start: 5px;
	border: 1px solid #e7e9ed;
	border-radius: 999px;
	background: #f8f9fa;
	color: #69717d;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}
.cslb-badge__domain { overflow: hidden; text-overflow: ellipsis; }
.cslb-badge__icon {
	width: 15px;
	height: 15px;
	flex: none;
	border-radius: 50%;
	object-fit: contain;
}
.cslb-badge:hover { background: #f0f2f5; color: #343b46; }
@media (prefers-color-scheme: dark) {
	.cslb-badge { background: #25272a; color: #d3d6dc; border-color: #44474d; }
	.cslb-badge:hover { background: #34373b; color: #fff; }
}
