.wallet-history-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 72px;
  min-width: 72px;
  margin-top: 6px;
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px #0001;
  padding: 10px 0 8px 0;
  transition: box-shadow .15s, background .15s;
}
.wallet-history-icon:hover {
  background: #f3f7ff;
  box-shadow: 0 6px 20px #1877f22e;
}
.wallet-history-icon img {
  width: 34px;
  height: 34px;
  margin-bottom: 4px;
}
.wallet-history-label {
  color: #1976d2;
  font-size: 0.93em;
  font-weight: 600;
  letter-spacing: 0.2px;
}