@import 'public-booking/main_dependencies';
@import '../month-calendar';

bb-month-calendar.month-calendar--variant-1 {
  @include month-calendar-base;

  .calendar__day {
    @include mobile-only {
      height: 40px !important;

      .calendar__value {
        bottom: 0;
        left: 50% !important;
        transform: translate(-50%) !important;
      }
    }

    &--month-before {
      opacity: 0;
      pointer-events: none;
    }
  }

}