#onchain-dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1rem;
    padding: 1rem;
  /* background: #f9fafb; */
}
.dashboard-section {
  background: #f9fafb;
      border: 1px solid #575757;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  overflow: hidden;
}
.dashboard-section h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.5rem;
}
.section-content ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.section-content li {
  padding: 4px 0;
  font-size: 0.92rem;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.section-content li:last-child {
  border-bottom: none;
}
.section-content p {
  margin: 0.25rem 0;
  font-size: 0.9rem;
  color: #374151;
}
.section-content.loading::after {
  content: '⏳ Loading...';
  display: block;
  color: #9ca3af;
}
.section-content p {
  /* color: #ef4444; */
}

.whale-list .large-whale {
  background: #ffe5e5;
  font-weight: bold;
  padding: 5px;
}
.whale-list li {
  margin-bottom: 8px;
}
.whale-list .timestamp {
  color: #888;
  font-size: 0.9em;
  margin-left: 8px;
}

  @media (max-width: 768px) {
   #onchain-dashboard {
      gap: 0;
    padding: 1rem;


}
.dashboard-section { 
margin-bottom: 20px;
  }

#ml-santiment-leaderboard {
  height: 600px !important;
}

