/* Header plugin version chip — reads docs-site/version-manifest.json */

html body .md-header nav .xocoatl-plugin-version {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.32rem 0.65rem;
  border-radius: 6px;
  font-size: clamp(0.62rem, 1.05vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: var(--md-text-font-family, Inter, system-ui, sans-serif);
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
  line-height: 1.25;
  color: #c9d1e0 !important;
  -webkit-text-fill-color: #c9d1e0 !important;
  background: rgba(228, 230, 238, 0.08) none !important;
  border: 1px solid rgba(228, 230, 238, 0.22);
}

@media screen and (max-width: 720px) {
  html body .md-header nav .xocoatl-plugin-version {
    display: none;
  }
}
