/* ── Demo-specific styles ────────────────────────────────── */

/* Demo notice banner */
.fmp-demo-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  background: #fffbeb;
  border: 1px solid #fbbf24;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #92400e;
}

.fmp-demo-notice svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: #d97706;
}

.fmp-demo-notice a {
  color: #b45309;
  font-weight: 600;
}

/* Upsell box */
.fmp-demo-upsell {
  font-size: 14px;
}

.fmp-demo-upsell a {
  color: #15803d;
  font-weight: 700;
  text-decoration: underline;
}

/* Session-only badge on connections */
.fmp-conn-row .fmp-note {
  font-size: 12px;
  margin-top: 2px;
}

/* ── Disabled buttons ───────────────────────────────────────────────────── */
.fmp-btn--disabled,
.fmp-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed !important;
  pointer-events: none;
}

.fmp-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.25);
  border-radius: 4px;
  padding: 1px 5px;
  margin-left: 4px;
  vertical-align: middle;
}
