.pisell-wallet-pass-gallery_recharge {
  &-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  &-card-item {
    cursor: pointer;
    min-width: 0;
  }

  .pisell-card-item {
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    min-width: 0;
  }

  .pisell-card-selected {
    border-color: var(--theme-color, #7f56d9);
    background: var(--Primary-50, #f9f5ff);
    box-shadow: 0 4px 12px rgba(127, 86, 217, 0.1);
  }

  .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .card-content-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .pisell-card-amount-item-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pisell-card-amount-item-arrival {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #666;
    flex-wrap: wrap;

    .highlight-amount {
      color: #ff4d4f;
      font-weight: 500;
    }
  }

  .card-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 4px;
    flex-shrink: 0;
  }

  .pay-label {
    font-size: 12px;
    color: #666;
  }

  .pay-amount {
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-color, #7f56d9);
  }
}
