.block--facets {
  h2 {
    font-family: $sans;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 0;
    padding-bottom: 0;
  }

  label {
    font-weight: 500;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    margin-top: 2.4rem;
  }

  .facets-widget-links {
    ul {
      @include unstyled-list;

      li ~ li {
        margin-top: 1rem;
      }
    }
  }
}
