@import 'public-booking/main_dependencies';

bb-basket-item-summary.basket-item-summary--variant-2 {
  display: block;

  background-color: #fff;

  .basket-item-summary {

    &__title {
      padding: $bb-section-padding;
    }

    &__spaces {
      font-size: $bb-font-size-small;
      color: #9e9e9e;
    }

    &__name {
      font-size: $font-size-h4;
      font-weight: 600;
      color: $bb-main-gray;
    }

    &__info {
      padding: 0 $bb-section-padding $bb-section-padding;
    }

    &__description {
      border-bottom: 1px solid #e6e6e6;
    }

    &__details {
      display: table;
      width: 100%;
    }

    &__group {
      display: table-cell;
      width: 50%;
      font-size: 12px;

      padding: 15px 0;

      &:nth-of-type(1) {
        padding-right: 10px;
      }

      &:nth-of-type(2) {
        padding-left: 10px;
      }

      @mixin group-cell {
        padding-top: 5px;
      }

      &__date {
        @include make-icon("\f133", 10px);
        @include group-cell;
      }

      &__pin {
        @include make-icon("\f041", 10px);
        @include group-cell;
      }

      &__time {
        @include make-icon("\f017", 10px);
        @include group-cell;
      }

      &__ticket {
        @include make-icon("\f02b", 10px);
        @include group-cell;
      }
    }
  }
}
