@import 'public-booking/main_dependencies';

bb-company-list {
  display: block;

  .company-list {

    &__list {
      padding: 0;
    }

    &__item {
      display: flex;
      justify-content: space-between;
      padding: 15px;
    }

    &__button {
      height: 34px;
    }

    &__item-header {
      font-size: 22px;
      line-height: 34px;
    }

  }
}