.pisell-pro-price-keyboard-discount {
  width: 360px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--pisell-pro-price-keyboard-bg-color, #ffffff);

  .pisell-pro-price-keyboard-tips {
    background-color: var(
      --pisell-pro-price-keyboard-bg-color-gray-200,
      #eaecf0
    );
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
  }

  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  // 复写Segmented样式
  .pisell-lowcode-segmented {
    background-color: var(
      --pisell-pro-price-keyboard-bg-color-gray-200,
      #eaecf0
    );
    color: var(--pisell-pro-price-keyboard-text-gray-500, #667085);
  }

  .pisell-pro-price-keyboard-content {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(
      --pisell-pro-price-keyboard-bg-color-gray-300,
      #d0d5dd
    );
  }
}

.pisell-discount-keyboard-modal {
  .pisell-lowcode-modal-content {
    background-color: transparent;
  }

  .pisell-lowcode-modal-close {
    display: none;
  }
}
