/* [project]/src/modules/creatorfit/components/employee-prices.css [app-client] (css) */
.cf-staff-prices.cf-standard, .cf-price-actions.cf-standard, .cf-price-summary-host.cf-standard {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.cf-price-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.cf-staff-prices .rs-person small {
  overflow-wrap: anywhere;
  display: block;
}

.cf-staff-prices .rs-prices .rs-money {
  overflow-wrap: anywhere;
}

.cf-staff-prices .rs-state-stack {
  gap: 8px;
  display: grid;
}

.cf-staff-prices .rs-state-stack p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.cf-price-summary {
  margin: 16px 0;
}

.cf-price-summary dl {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
}

.cf-price-summary dt {
  color: var(--rs-muted);
  font-size: 12px;
}

.cf-price-summary dd {
  font: 600 20px / 1.5 var(--font-inter);
}

.cf-price-summary dd span {
  display: block;
}

.cf-quote-history {
  border-top: 1px solid var(--rs-line);
  font: 400 13px / 1.5 var(--font-inter);
  overflow-wrap: anywhere;
  padding: 16px 0;
}

.cf-quote-review-dialog {
  max-height: 90vh;
  overflow-y: auto;
}

.cf-quote-review-dialog .rs-scope {
  border-block: 1px solid var(--border);
  max-height: 240px;
  font: 400 12px / 1.5 var(--font-inter);
  margin: 0;
  padding: 10px 0;
  list-style: none;
  overflow: auto;
}

.cf-quote-review-dialog .rs-scope li {
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  display: flex;
}

.cf-quote-review-dialog .rs-scope li svg {
  color: var(--primary);
  flex-shrink: 0;
}

.cf-employee-knowledge {
  max-width: min(1100px, 95vw);
  max-height: 90vh;
  overflow-y: auto;
}

.cf-staff-workspace > .rs-workspace > .rs-main-work {
  min-width: 0;
}

.cf-staff-workspace .rs-overview .cf-price-summary {
  box-shadow: none;
  background: none;
  border: 0;
  padding: 0;
}

.cf-staff-workspace .rs-overview .cf-price-summary dd {
  font-size: 18px;
}

/* [project]/src/modules/creatorfit/components/reco-history.css [app-client] (css) */
.cf-history-dialog .rs-history {
  max-height: 52vh;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.cf-history-dialog .rs-history li {
  gap: 12px;
  padding: 14px 0;
  display: flex;
}

.cf-history-dialog .rs-history li > span {
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 6px;
}

.cf-history-dialog .rs-history strong {
  font-size: 13px;
  font-weight: 500;
}

.cf-history-dialog .rs-history small {
  color: var(--muted-foreground);
  margin-top: 5px;
  display: block;
}

.cf-history-dialog .rs-history p {
  color: var(--muted-foreground);
  margin-top: 6px;
  font-size: 12px;
}

.cf-history-dialog footer {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
  display: flex;
}

