$light-gray: f1f1f1; $black: #000;

.matkahuolto-destination-list {

&.hidden {
  display: none;
}

.matkahuolto-destination {
  padding: 0.5em 0.5em;
  font-size: 14px;
  &.active, &:hover {
    background-color: $light-gray;
    cursor: pointer;
    color: $black;
  }
}

}