/* =================================
   ZAR SYSTEM CONSOLE
   ================================= */

.sanity-console {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;

  padding: 0.6rem 0.8rem;

  font-size: 0.78rem;
  line-height: 1.35;
}


/* header row */

.sanity-console-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 0.72rem;
  letter-spacing: 0.08em;

  opacity: 0.85;
}


/* title */

.sanity-console-title {
  font-weight: 600;
}


/* LIVE badge */

.sanity-console-badge {
  padding: 0.1rem 0.45rem;

  font-size: 0.65rem;
  letter-spacing: 0.05em;

  border-radius: 3px;

  border: 1px solid rgba(255,255,255,0.15);

  opacity: 0.85;
}


/* console output */

.sanity-console-output {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  font-size: 0.75rem;

  opacity: 0.75;
}