@use '../../sass/abstracts/variables' as *;

#{$component-prefix}selection-list {
  background-color: $white;

  &__item {
    border-bottom: 1px solid $light-grey;
    padding: 1rem 1.25rem;

    &:last-child {
      border-bottom: none;
    }

    .o-checkbox span {
      margin-right: 1rem;
    }
  }

  &--light-grey {
    background-color: $light-grey;
  }

  &--light-grey #{$component-prefix}selection-list__item {
    border-color: $white;
  }
}
