.toolbar {
  background: $grey--lightest;
  padding: 0.6rem 0;
  @include text-small;

  #{headings()} {
    color: $navy;
  }

  > .wrap {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  * {
    margin-bottom: 0;
  }

  h6 + .list--buttons {
    margin-top: 0.5rem;
  }
}

main .toolbar {
  margin-bottom: $spacing-2xl;
  position: relative;

  &:before {
    content: '';
    height: 0.5rem;
    width: 100%;
    background: #2f3a47;
    background: linear-gradient(90deg, #1C2836 0%, #962D91 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -0.5rem;
    display: block;
  }

  > .col {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}