.history-summary {
  padding: 16px;
  text-align: center;
}

.summary-label {
  color: #aaa;
  font-size: 14px;
}

.summary-total {
  font-size: 36px;
  font-weight: bold;
  color: #3cff8f;
  margin: 8px 0;
}

.summary-cards {
  display: flex;
  gap: 12px;
}

.summary-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
}

.sc-label {
  font-size: 12px;
  color: #aaa;
}

.sc-value {
  font-size: 18px;
  color: #fff;
}

.history-list {
  padding: 12px;
}

.history-card {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
}

.history-icon img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.history-main {
  flex: 1;
  margin-left: 12px;
}

.history-title {
  font-size: 15px;
}

.history-sub {
  font-size: 12px;
  color: #aaa;
}

.history-price {
  font-size: 20px;
  font-weight: bold;
  color: #ffd24d;
}
