.bpl-gr-topic-chip{
	display:inline-block;
	padding:2px 8px;
	border-radius:999px;
	background:rgba(0,0,0,.1);
	color:#666;
	font-size:12px;
	font-weight:600;
	line-height:1.4;
	white-space:nowrap;
}

.bpl-gr-topic-chip.bpl-gr-topic-chip-lights{
	display:inline-flex;
	align-items:center;
	gap:5px;
	padding:2px 10px;
}

.bpl-gr-light{
	width:9px;
	height:9px;
	border-radius:999px;
	border:1px solid rgba(0,0,0,.22);
	background:rgba(0,0,0,.12);
}
.bpl-gr-light.is-red{background:#c62828;}
.bpl-gr-light.is-yellow{background:#f9a825;}
.bpl-gr-light.is-green{background:#2e7d32;}
.bpl-gr-light.is-na{background:rgba(0,0,0,.12);}

.bpl-gr-topic-header-chips{
	display:flex;
	gap:8px;
	flex-wrap:wrap;
	align-items:center;
	margin:0 0 10px 0;
}

.bpl-gr-topic-chips-inline{
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	margin-top:6px;
	margin-left:0;
}
