/* Freeze plaque (TZ-SITE-REVISION.md 1.5) — shared across every surface still
   fed by the dead bookings/daily_snapshots source (F1). One rule set, reused
   by views/partials/freeze-plaque.ejs and the client-side variant in finance.js. */
.freeze-plaque {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(244, 185, 66, 0.12);
  border: 1px solid rgba(244, 185, 66, 0.45);
  color: #f4b942;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 16px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.freeze-plaque-icon {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.freeze-plaque-compact {
  font-size: 11px;
  padding: 7px 12px;
  margin-bottom: 10px;
}
