/* ============================================================
   Villa Plumbing Field Portal — Project Profitability Demo Seed
   Tiny CSS used ONLY by the "Demo example" badge and the inline
   note rendered on the seeded demo project's Reports tab.
   Inherits Field Portal tokens (--bd, --bd-lt, --tx-md).
   ============================================================ */

.vpcc-jcp-demo-badge {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .35px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(38, 116, 168, 0.10);
  color: #1e5d85;
  border: 1px solid rgba(38, 116, 168, 0.35);
}

.vpcc-jcp-demo-note {
  margin: 6px 0 10px 0;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px dashed rgba(38, 116, 168, 0.35);
  background: rgba(38, 116, 168, 0.06);
  color: var(--tx-md, #4a4a4a);
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
