.ed-table-wrap {
  overflow-x: auto;
}

.ed-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  background: transparent;
}

.ed-table th,
.ed-table td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--ed-line);
  vertical-align: top;
}

.ed-table th {
  color: var(--ed-gold);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ed-table td {
  color: var(--ed-text);
}

.ed-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
