.pisell-custom-swipe-action {
  cursor: grab;
  overflow: hidden;
  touch-action: pan-y;
  &-track {
    position: relative;
    overflow: visible;
  }
  &-content {
  }
  &-actions {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: auto;
    white-space: nowrap;
    &-right {
      left: 100%;
      top: 0;
      height: 100%;
    }
    &-left {
      right: 100%;
      top: 0;
      height: 100%;
    }
  }
  &-action-button {
    --border-radius: 0;
    --border-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.pisell-custom-swipe-action-action-button {
  min-width: 80px;
}

/* 容器样式 */
.pisell-custom-swipe-action-height-large {
  display: flex;
  flex-direction: column;
  background-color: rgba(67, 93, 147, 0.3);
  justify-content: flex-start;

  .pisell-number-selector-btn {
    width: 40px !important;
    height: 40px !important;
  }
}

.pisell-custom-swipe-action-height-medium {
  display: flex;
  flex-direction: column;
  background-color: rgba(67, 93, 147, 0.3);

  .pisell-number-selector-btn {
    width: 40px !important;
    height: 40px !important;
  }
}

/* 按钮样式 */
.pisell-custom-swipe-action-action-height-large {
  height: 60px;
  width: 200px;
}

.pisell-custom-swipe-action-action-height-medium {
  flex: 1;
  width: 200px;
}
