.bb-stacked-booking-time {
  &__text {
    &:not(:last-child) {
      margin-bottom: 0;
    }

    &--light {
      color: $studio-raven-pale-gray;
    }

    &--bold {
      font-weight: 600;
    }
  }
}