#selected__value-js {
	border: solid 1px var(--brand-color);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	border-right: 0;
}
.form--search .main-search-form .search--keyword {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.product-listing .products .products__title {
	min-height: 0px;
}

.btn-engagespot {
    min-width: 32px;
    min-height: 32px;
    background: #1a8fe3;
    margin-left: 12px;
}