#products-accordion .card {
	border: none;
	margin: 1rem 0;
}

#products-accordion .card-header {
	border: none;
}

.card-body .btn {
	cursor: auto !important;
	font-weight: bold;
	padding: 0.334rem 1.664rem;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.card-body .btn:hover {
	color: white;
}

.card-body .label-col {
	min-width: 150px;
}

.tab-pane.border-bottom {
	border-bottom-style: dashed !important;
}

.tab-pane.border-bottom:last-of-type {
	border-bottom: none !important;
}

.locked-product:before {
	content: "🔒";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.134rem;
	font-style: normal;
}

.locked-product {
	font-style: italic;
	font-size: 0.884rem;
}

.unlocked-product {
	font-weight: bold;
}
