:root {
  --wa-color-brand-05: #fbfdff;
  --wa-color-brand-10: #eff8ff;
  --wa-color-brand-20: #dff2ff;
  --wa-color-brand-30: #bce7ff;
  --wa-color-brand-40: #72d0fb;
  --wa-color-brand-50: #38bdf8;
  --wa-color-brand-60: #0ea5e9;
  --wa-color-brand-70: #0b78b8;
  --wa-color-brand-80: #0b5b8a;
  --wa-color-brand-90: #093f5f;
  --wa-color-brand-95: #06283c;
  --wa-color-brand-100: #031521;
  --wa-color-brand: var(--wa-color-brand-60);
  --wa-color-brand-fill-quiet: #eef8ff;
  --wa-color-brand-border-loud: #0ea5e9;
  --wa-color-surface-default: #fcfdff;
  --wa-color-surface-lowered: #f3f9ff;
  --wa-color-surface-raised: #ffffff;
  --wa-color-surface-border: #dce7f0;
  --wa-color-text-normal: #263445;
  --wa-color-text-quiet: #68788b;
  --wa-color-text-link: #0b78b8;
  --wa-color-shadow: rgba(57, 86, 120, 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: #eef8ff;
  color: #0b78b8;
}

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