.dm-qsb-pdc-chips {
	margin: 0 0 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.dm-qsb-chip {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid #93c5fd;
	background: #fff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
.dm-qsb-chip:hover {
	background: #1d4ed8;
	color: #fff;
	text-decoration: none;
}
