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

  .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-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--pisell-pro-price-keyboard-text-gray-900, #101828);
  }
  .pisell-pro-price-keyboard-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--pisell-pro-price-keyboard-text-gray-500, #667085);
  }

  .pisell-pro-price-keyboard-input-tip {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
  }

  .pisell-pro-price-keyboard-payment {
    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-payment-keyboard-modal {
  .pisell-lowcode-modal-content {
    background-color: transparent;
  }

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