.deposit-ladder-layout .tool-card-inputs {
  box-shadow: 0 10px 30px rgba(10,25,56,.05);
}

.deposit-hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deposit-insight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.schedule-results-card .schedule-table th,
.schedule-results-card .schedule-table td {
  white-space: nowrap;
}

.schedule-results-card .schedule-table th:first-child,
.schedule-results-card .schedule-table td:first-child {
  position: sticky;
  left: 0;
  background: #fff;
}

.schedule-table {
  border-collapse: separate !important;
  border-spacing: 12px 0;
}

.live-stats-grid {
  margin-top: 14px;
}

@media (max-width: 780px) {
  .deposit-hero-metrics,
  .deposit-insight-grid {
    grid-template-columns: 1fr;
  }
}
