.il_otomoto-widget .il_otomoto-widget-header {
  cursor: pointer;
  margin-bottom: .2em;
  padding-right: 30px;
  position: relative;
}

/* Arrow icon (archive CSS scopes this to .il_otomoto-archive__sidebar) */
.il_otomoto-widget .il_otomoto-widget-header:after {
  content: url(../2bbb79272628f7e468ce.svg);
  position: absolute;
  right: 5px;
  top: 0;
  transition: transform .1s ease;
}

.il_otomoto-widget .il_otomoto-widget-header.show-filter:after {
  top: -5px;
  transform: rotate(-.5turn);
}

/* On non-archive pages the bundled CSS hides lists only inside .il_otomoto-archive__sidebar.
   This makes the filter widget collapsible everywhere. */
.il_otomoto-widget ul {
  display: none;
  margin: 0 0 1em 0;
  padding-inline-start: 0;
}

.il_otomoto-widget-header.show-filter ~ ul {
  display: block;
}

