:root {
  --wa-color-brand-05: #f8fdf8;
  --wa-color-brand-10: #eef8ef;
  --wa-color-brand-20: #dceddd;
  --wa-color-brand-30: #bee2c0;
  --wa-color-brand-40: #84c98a;
  --wa-color-brand-50: #4daa59;
  --wa-color-brand-60: #16803d;
  --wa-color-brand-70: #116631;
  --wa-color-brand-80: #0c4e24;
  --wa-color-brand-90: #083519;
  --wa-color-brand-95: #052210;
  --wa-color-brand-100: #021208;
  --wa-color-brand: var(--wa-color-brand-60);
  --wa-color-brand-fill-quiet: #eef8ef;
  --wa-color-brand-border-loud: #16803d;
  --wa-color-surface-default: #fcfefc;
  --wa-color-surface-lowered: #f3f9f4;
  --wa-color-surface-raised: #ffffff;
  --wa-color-surface-border: #d8e7d6;
  --wa-color-text-normal: #203021;
  --wa-color-text-quiet: #546554;
  --wa-color-text-link: #16803d;
  --wa-color-shadow: rgba(44, 73, 48, 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: #eef7ef;
  color: #2e5d34;
}

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