.single-article table {
  width: 96% !important;
  max-width: 720px !important;
  margin-right: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid color-mix(in srgb, var(--e-global-color-primary, #DCC89B) 36%, transparent) !important;
  border-radius: 14px !important;
  background: var(--single-page-bg) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.single-article table thead th {
  background: var(--e-global-color-primary, #DCC89B) !important;
  color: var(--single-page-bg) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.single-article table thead th:first-child {
  border-top-left-radius: 13px !important;
}

.single-article table thead th:last-child {
  border-top-right-radius: 13px !important;
}

.single-article table th,
.single-article table td {
  padding: 0.72rem 0.82rem !important;
  border-bottom: 1px solid color-mix(in srgb, var(--e-global-color-primary, #DCC89B) 20%, transparent) !important;
  color: var(--single-text) !important;
  font-size: 0.9rem !important;
  line-height: 1.48 !important;
  text-align: left !important;
  vertical-align: top !important;
}

.single-article table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--e-global-color-primary, #DCC89B) 7%, var(--single-page-bg)) !important;
}

.single-article table tbody tr:last-child td {
  border-bottom: none !important;
}

.single-article table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 13px !important;
}

.single-article table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 13px !important;
}
