/* Header DevForum chip — same family as discord-link / kofi-link (not Material’s “repo” row). */

html body .md-header nav .xocoatl-header-badges {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
  margin-left: 0.35rem;
}

html body .md-header nav a.xocoatl-devforum,
html body .md-header a.xocoatl-devforum {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  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;
  text-decoration: none !important;
  background: rgba(0, 162, 255, 0.12) none !important;
  background-color: rgba(0, 162, 255, 0.12) !important;
  background-image: none !important;
  border: 1px solid rgba(0, 162, 255, 0.45);
  box-shadow: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
  line-height: 1.25;
  transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

html body .md-header a.xocoatl-devforum,
html body .md-header a.xocoatl-devforum .xocoatl-devforum__label {
  color: #9fdcff !important;
  -webkit-text-fill-color: #9fdcff !important;
}

html body .md-header a.xocoatl-devforum:hover,
html body .md-header a.xocoatl-devforum:hover .xocoatl-devforum__label {
  color: #d6f0ff !important;
  -webkit-text-fill-color: #d6f0ff !important;
}

html body .md-header a.xocoatl-devforum:hover {
  background: rgba(0, 162, 255, 0.22) none !important;
  background-color: rgba(0, 162, 255, 0.22) !important;
  border-color: #00a2ff;
  box-shadow: none !important;
}

html body .md-header a.xocoatl-devforum .xocoatl-devforum__svg {
  display: block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  opacity: 0.95;
}

html body .md-header a.xocoatl-devforum:hover .xocoatl-devforum__svg {
  opacity: 1;
}
