/* Copied to dist/variant-dev.css by `build.mjs <origin> <version> dev` only.
   The customer build never contains or links this file. */
.variant-banner {
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0;
  padding: 6px 12px;
  background: #9a3412;
  color: #fff;
  font:
    600 12px/1.4 "Segoe UI",
    system-ui,
    sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
