.cf .u-times.close {  /*kryss ikon för att ta bort valda filter i mobil */
  font-size: 18px; /* Increased from 14px */
  color: #000 !important;
}

.selectedFilters .cf {
  /* Change the color here. For example, to change the text color: detta är valda filterknappar */
  /*color: #AAB2BD; syntes för dåligt med denna*/
  background-color: #ffcf1c; /*ms gul */
/*  .selectedFilters.clearfix.inline.af .cf  Detta är spefikit filterknappar. */
}

.af_filter.tb li.active {  /*påverkar aktiva val i mobillistan */
	border-color: #ffcf1c; /*ms gul,  tema grå #AAB2BD */
}

.has-selection{
	border-color: #ffcf1c; /*ms gul,  tema grå #AAB2BD */
}

.horizontal-layout .has-selection .af_filter_content {
	border-color: #ffcf1c; /*ms gul,  tema grå #AAB2BD */
}

.horizontal-layout .has-selection .af_subtitle {
    color: #AAB2BD;
    border-color: #ffcf1c;
}

.horizontal-layout .has-selection .af_subtitle.toggle-content:before {
	color: #AAB2BD;
    border-color: #ffcf1c;
}
.horizontal-layout .has-selection .af_subtitle.toggle-content {
	color: #AAB2BD;
    border-color: #ffcf1c;
}
.horizontal-layout .af_filter.tb li { /*ta bort felaktig marginal runt knappval i filterruta */
   /* margin: 0 0px 0px 0;  funkar ej på rätt sätt */
}
.horizontal-layout .af_subtitle {

	min-height: 40px; /* Or your desired minimum height */
}
.horizontal-layout .af_subtitle.toggle-content {
	cursor: alias;
	min-height: 40px; /* Or your desired minimum height */
}
#amazzing_filter .cf-wrapper.h-el.bottom > .cf-btn.cf-toggle { /* Fixar fordonsfilter knappen i horizontal*/
	line-height: 1.3;
	display: flex;
	justify-content: center;
	min-height: 40px; 
}

.horizontal-layout #af_form { /* Tvinga layouten att visa filter per rad, rad för rad annars hamnar vissa fel.*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
