@import 'public-booking/main_dependencies';

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

  .loader-service-new {
    background: $panel-bg;
  }

  bb-image {
    border: 1px $bb-panel-border-color solid;
    border-bottom: none;
    min-height: 175px;
  }

  .basket-item-summary {
    font-weight: 400;
    &__section {
      font-size: $font-size-h5;

      padding-bottom: 20px;
      &:first-of-type {
        padding-top: 20px;
      }

      :first-child {
        font-weight: $bb-font-weight-2;
      }
    }
  }
}