body {
  font-family: var(--bodyfont);
  letter-spacing: -0.5px;
}

a {
  color: var(--brandcolor);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: var(--brandcolor-active);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

img[src="/content/images/wk-brand.svg"] {
  width: 124px;
  height: auto;
}

.list-sidebar {
  border: solid 1px rgba(151, 150, 150, 0.38);
}

select {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  height: 38px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  line-height: 38px;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>')
    96% / 15% no-repeat #fff;
  background-size: 15px;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}

.list-sidebar label {
  display: block;
}
