.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.result-card {
	background: white;
	border-radius: 8px;
	position: sticky;
	top: 120px;
	padding: 16px;
}
[data-bs-theme=dark] .result-card__name {
	color: #292929;
}
.result-card__desc {
	font-size: 14px;
    line-height: 1.3;
	margin-bottom: 16px;
}
.result-card__config {
	list-style: none;
	padding: 0;
}
[data-bs-theme=dark] .result-card__config {
	color: #292929;
}

@media (min-width: 768px) {
	.result-card {
		margin-top: 40px;
	}
}
@media (max-width: 1199.98px) {
	.result-card__name {
        font-size: 16px;
    }
}

.product-item-selected > .card {
    border: 1px solid #dc3319;
}