.widget {

@include trim();

h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

.tags {
  display: flex;
  flex-flow: row wrap;
}

.tag {
  @include chip();
}

}