.bpl-fit-topic-chips-inline,
.bpl-fit-topic-header-chips {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	vertical-align: middle;
}

.bpl-fit-topic-chips-inline {
	display: flex;
	align-items: center;
	margin: 8px 0 4px;
}

.bpl-fit-topic-header-chips {
	display: flex;
	margin: 0 0 14px;
}

.bpl-fit-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .015em;
	background: #f5f5f5;
	color: #4a463e;
	text-transform: uppercase;
	border: 1px solid rgba( 74, 70, 62, .08 );
}

.bpl-fit-chip--light {
	padding: 3px 12px;
	background: #f5f5f5;
}

.bpl-fit-light-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background: #999;
}

.bpl-fit-chip--new .bpl-fit-light-dot {
	background: #bf2f28;
}

.bpl-fit-chip--investigating .bpl-fit-light-dot {
	background: #d19a10;
}

.bpl-fit-chip--in-progress .bpl-fit-light-dot {
	background: #2b6cb0;
}

.bpl-fit-chip--resolved .bpl-fit-light-dot {
	background: #2f8f4e;
}

.bpl-fit-chip--closed .bpl-fit-light-dot {
	background: #7a7a7a;
}

.bpl-fit-chip--type i {
	font-size: 11px;
	opacity: .7;
}
