/* Consortium Vault v0.57 – Final Demo Cleanup & Client-Facing Wording */

.cv-final-copy-polish-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.22);
  color: #f2d675;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cv-client-facing-note {
  width: min(1220px, calc(100% - 32px));
  margin: 14px auto 0;
  border: 1px solid rgba(212,175,55,0.20);
  background: rgba(212,175,55,0.055);
  border-radius: 18px;
  padding: 13px 16px;
  color: rgba(245,241,232,0.76);
  font-size: 13px;
  line-height: 1.5;
}

.cv-client-facing-note strong {
  color: #f2d675;
}

.cv-copy-cleaned .cv-final-home-status-card strong,
.cv-copy-cleaned .cv-system-detail,
.cv-copy-cleaned .cv-presenter-mini,
.cv-copy-cleaned .cv-client-upload-text,
.cv-copy-cleaned .cv-client-upload-warning,
.cv-copy-cleaned .cv-final-home-warning {
  letter-spacing: -0.01em;
}

.cv-copy-cleaned .cv-final-home-warning,
.cv-copy-cleaned .cv-client-upload-warning,
.cv-copy-cleaned .cv-presentation-note {
  border-color: rgba(212,175,55,0.22) !important;
  background: rgba(212,175,55,0.055) !important;
}

.cv-copy-cleaned .cv-final-home-warning strong,
.cv-copy-cleaned .cv-client-upload-warning strong,
.cv-copy-cleaned .cv-presentation-note strong {
  color: #f2d675 !important;
}

@media (max-width: 820px) {
  .cv-client-facing-note {
    width: calc(100% - 18px);
    border-radius: 16px;
    padding: 12px 13px;
    font-size: 12px;
  }
}
