.pisell-mobile-date-range-picker {
  width: 100%;
  min-width: 0;

  &__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    min-height: 32px;
    margin: 0;
    padding: 0 8px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #344054;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
  }

  &__trigger-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  &__trigger-icon {
    flex-shrink: 0;
    font-size: 16px;
    color: #667085;
  }

  &__trigger--placeholder {
    color: #667085;
    font-weight: 400;
  }

  /** Filter 弹层：与 PisellSingleSelect 触发器对齐（48px / 8px 圆角） */

  &--filter {
    .pisell-mobile-date-range-picker__trigger {
      height: 48px;
      min-height: 48px;
      padding: 12px 16px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #101828;
      box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    }

    .pisell-mobile-date-range-picker__trigger--placeholder {
      color: #667085;
    }
  }
}

/** 挂到 body 时抬高 antd-mobile Popup 层级 */
.pisell-mobile-date-range-picker__popup {
  --adm-popup-z-index: 1100;
}
