/* dev banner — matches the mintbot.dev site env-banner */
.mintbot-dev-banner {
  background: #c0392b;
  color: #fff;
  font: 600 14px/1.4 system-ui, -apple-system, "Segoe UI", sans-serif;
  text-align: center;
  padding: 10px 16px;
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #8a2a1f;
}
.mintbot-dev-banner-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mintbot-dev-banner-link:hover {
  text-decoration: none;
}
