@import "../common/var";

@include b(time-range-picker) {
  width: 384px;
  overflow: visible;

  @include e(content) {
    position: relative;
    text-align: center;
    font-size: 0;
  }

  @include e(cell) {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;

    &:last-child {
      @include e(header) {
        border-left: $--border-base;
      }
      @include e(body) {
        border-left: $--border-base;
      }
    }
  }

  @include e(header) {
    height: $--datepicker-header-height;
    line-height: $--datepicker-header-height;
    font-weight: $--font-weight-500;
    text-align: center;
    font-size: $--datepicker-font-size;
    border-bottom: $--border-base;
  }
}
