/* Preview mode badge (PreviewBadge.tsx) — shown only while a #preview=<token>
   session is active. Brand vars come from colors_and_type.css. */

.pb-badge {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--dakby-black, #000);
  color: #fff;
  font-family: 'Univers', Ebrima, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
