:root {
  --wa-color-brand-05: #fbfefd;
  --wa-color-brand-10: #eefaf8;
  --wa-color-brand-20: #d8f4ef;
  --wa-color-brand-30: #b9ebe3;
  --wa-color-brand-40: #6ad7ca;
  --wa-color-brand-50: #2dd4bf;
  --wa-color-brand-60: #14b8a6;
  --wa-color-brand-70: #0f8f86;
  --wa-color-brand-80: #0c6d66;
  --wa-color-brand-90: #094843;
  --wa-color-brand-95: #052d2a;
  --wa-color-brand-100: #021816;
  --wa-color-brand: var(--wa-color-brand-60);
  --wa-color-brand-fill-quiet: #eefaf8;
  --wa-color-brand-border-loud: #14b8a6;
  --wa-color-surface-default: #fcfefd;
  --wa-color-surface-lowered: #f3fbf9;
  --wa-color-surface-raised: #ffffff;
  --wa-color-surface-border: #dbe8e5;
  --wa-color-text-normal: #253534;
  --wa-color-text-quiet: #667774;
  --wa-color-text-link: #0f8f86;
  --wa-color-shadow: rgba(52, 83, 80, 0.12);
}

.content-prose :where(table) {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--wa-color-surface-border);
  border-radius: 1.5rem;
  background: var(--wa-color-surface-raised);
}

.content-prose table thead {
  background: #eefaf8;
  color: #0f8f86;
}

.content-prose table thead th {
  color: #0f8f86 !important;
  font-weight: 700;
}
