.wallets-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wallets-hero {
  padding: 1.25rem 1.5rem;
}

.wallets-banner {
  padding: 0.65rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

.wallets-banner--warn {
  border: 1px solid color-mix(in srgb, #f87171 45%, transparent);
  background: color-mix(in srgb, #f87171 12%, transparent);
}

.wallets-banner--soft {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
}

.wallets-search {
  padding: 1rem 1.25rem;
}

.wallets-search__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.wallets-search__input {
  flex: 1 1 220px;
  min-width: 180px;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  background: color-mix(in srgb, currentColor 4%, transparent);
  color: inherit;
}

.wallets-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.wallets-dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.35rem 0.75rem;
  margin: 0;
  font-size: 0.92rem;
}

.wallets-dl dt {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.wallets-dl dd {
  margin: 0;
}

.wallets-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.wallets-table th,
.wallets-table td {
  padding: 0.35rem 0.45rem;
  border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}

.wallets-table th {
  text-align: left;
  font-weight: 600;
}

.wallets-table .right {
  text-align: right;
}

.wallets-feed {
  padding: 1rem 1.25rem 1.25rem;
}

.wallets-feed__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.wallets-feed__item {
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  background: color-mix(in srgb, currentColor 4%, transparent);
}

.wallets-feed__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
}

.wallets-feed__summary {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
}

.wallets-feed__meta {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8rem;
}
