[data-theme="dark"] .post-container table {
  background: rgba(8, 17, 35, 0.78) !important;
  border-color: rgba(148, 197, 255, 0.18) !important;
  color: #e6edf3 !important;
}

[data-theme="dark"] .post-container table th,
[data-theme="dark"] .post-container table td {
  background: rgba(8, 17, 35, 0.78) !important;
  border-color: rgba(148, 197, 255, 0.18) !important;
  color: #e6edf3 !important;
}

[data-theme="dark"] .post-container table thead th {
  background: rgba(12, 25, 50, 0.92) !important;
  color: #eff4ff !important;
}

[data-theme="dark"] .post-container table tbody tr:nth-child(even) td {
  background: rgba(10, 20, 40, 0.85) !important;
}

[data-theme="dark"] .post-container table tbody tr:hover td,
[data-theme="dark"] .post-container table tbody tr:hover th {
  background: rgba(126, 190, 255, 0.12) !important;
}

[data-theme="dark"] .post-container table caption {
  color: #a4b2ce !important;
}
