@import 'public-booking/main_dependencies';
@import '../popover_layout';

bb-export-booking.export-booking--variant-1 {
  @include export-booking-base;
  flex-direction: row;

  .export-booking__calendar-box {
    margin: 15px;
    &:first-of-type {
      margin-left: 0;
    }

    &:last-of-type {
      margin-right: 0;
    }
  }
}