/* C++ cross-reference chips linking to the Doxygen reference. */
.cpp-xref {
  font-size: 0.68em;
  font-weight: 600;
  vertical-align: middle;
  padding: 0.05em 0.5em;
  margin-left: 0.4em;
  border-radius: 1em;
  border: 1px solid var(--md-default-fg-color--lightest);
  color: var(--md-primary-fg-color);
  white-space: nowrap;
}
.cpp-xref:hover {
  background: var(--md-primary-fg-color);
  color: var(--md-primary-bg-color);
}

/* Tighten the per-function API headings. */
.md-typeset h3 {
  margin-top: 1.6em;
}
