.historical-returns-widget {
  /* background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08); */
}

.hrw-heading {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.hrw-body {
  overflow-x: auto;
}

.hrw-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.hrw-table th,
.hrw-table td {
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  text-align: left;
}

.hrw-table thead th {
  background: #f0f0f0;
  font-weight: 700;
}
table.hrw-table tbody>tr:nth-child(odd)>td, table.hrw-table tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}
table.hrw-table tbody>tr:nth-child(odd)>td:nth-child(1), table.hrw-table tbody>tr:nth-child(odd)>th:nth-child(1) {
    background-color: hsl(204.71deg 100% 96.67%);
}
.hrw-table small {
  display: block;
  color: #6b7280;
  font-size: 11px;
  margin-top: 2px;
}

.hrw-subtext {
  margin: 12px 0 4px;
  font-size: 13px;
  color: #374151;
}

.hrw-disclaimer {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7280;
}

.hrw-empty {
  margin-top: 12px;
  padding: 12px;
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

@media (max-width: 640px) {
  .hrw-table th,
  .hrw-table td {
    white-space: nowrap;
  }
}
