/* Verifiably custom styles for MkDocs docs */
:root {
  --md-primary-fg-color: #1a2744;
  --md-accent-fg-color: #3b5bdb;
}
.md-content { max-width: 860px; }
p code {
  background: #eef2ff;
  color: #1a2744;
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 0.8rem;
}
h2:has(#definition-of-done) + ul li,
h2:has(#definition-of-done) ~ ul li {
  list-style: none;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}
h2:has(#definition-of-done) + ul li::before,
h2:has(#definition-of-done) ~ ul li::before {
  content: "\2713";
  color: #3b5bdb;
  margin-right: 0.5rem;
}
