body { letter-spacing: -0.005em; }
h1, h2, h3 { letter-spacing: -0.025em; }
.sidebar-brand-text { font-weight: 750; }
.admonition { border-radius: 0; }
code { font-size: .92em; }
.content { max-width: 54rem; }
.sidebar-brand-text::after {
  display: block;
  margin-top: .35rem;
  color: #6a6a65;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  content: "Version 19.0";
}

img.cay-guide-shot {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--color-foreground-border);
  box-shadow: 0 .55rem 1.4rem rgba(0, 0, 0, .08);
}

figure:has(img.cay-guide-shot) {
  margin: 1.75rem 0 1rem;
}

figure:has(img.cay-guide-shot) figcaption {
  margin-top: .65rem;
  color: var(--color-foreground-muted);
  font-size: .9rem;
  line-height: 1.5;
  text-align: left;
}
