.badge-quote {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2em 0.65em;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.bq-none {
  background: #e8e9dc;
  color: #6b7280;
}
.bq-draft {
  background: #fef9c3;
  color: #854d0e;
}
.bq-sent {
  background: var(--s-color);
  color: var(--p-color);
}
.bq-accepted {
  background: #dcfce7;
  color: #166534;
}
.bq-rejected {
  background: var(--t-color);
  color: #fff;
}
