.theorem.cc-remark-a,
div.callout.cc-remark-a {
  --cc-callout-accent: var(--cc-magenta);
  --cc-callout-dark: var(--cc-magenta-dark);
  --cc-callout-soft: var(--cc-magenta-soft);
  --cc-callout-border: var(--cc-border);
  --cc-callout-bg: #fffdfd;
  --cc-callout-shadow: 0 8px 20px rgba(54, 38, 52, 0.045);
  --cc-callout-icon: "R";
}

.theorem.cc-remark-a .theorem-title,
.theorem.cc-remark-a a,
div.callout.cc-remark-a .callout-title-container,
div.callout.cc-remark-a a {
  color: var(--cc-magenta-dark) !important;
}
