.recover-balance-page .local-lottery-shared-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(38, 161, 123, 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, #f7fffc 0%, #f1faf7 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}

.recover-balance-page .local-lottery-shared-card .plat-icon {
  width: 42px;
  height: 32px;
  margin-bottom: 8px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
}

.recover-balance-page .local-lottery-shared-card .plat-name {
  max-width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recover-balance-page .local-lottery-shared-card .plat-balance {
  display: block;
  margin-top: 4px;
  color: #26a17b;
  font-size: 13px;
  font-weight: 600;
}

.local-lottery-wallet-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10020;
  max-width: 280px;
  padding: 11px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}
