.article-body {
  min-width: 0;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.table-scroll table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
}

.table-scroll caption {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  text-align: left;
}

.table-scroll th,
.table-scroll td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.table-scroll thead th {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.table-scroll tbody th {
  color: #fff;
}

.table-scroll tbody td {
  color: var(--muted);
}

.table-scroll tbody tr:last-child th,
.table-scroll tbody tr:last-child td {
  border-bottom: 0;
}

.related-reading {
  padding: 16px 18px;
  border: 1px solid rgba(240, 171, 252, 0.16);
  border-radius: 14px;
  background: rgba(240, 171, 252, 0.05);
  font-size: 15px !important;
}

.related-reading strong {
  color: var(--pink);
}

.related-reading a {
  margin-left: 6px;
  color: var(--cyan);
  font-weight: 800;
}

.related-reading a:hover {
  text-decoration: underline;
}
