.divider {
  border-bottom: 1px solid $color--grey;
}

.divider--top {
  border-bottom: 0;
  border-top: 1px solid $color--grey;
}

// background/color mappings
.bg-brand--gradient-orange,
.bg-brand--gradient-blue,
.bg-brand--dark-grey {
  .divider {
    border-color: $color-alpha--four-50;
  }
}
