/* valuation.css — the read-only pre-filled Property Valuation demo card */

.valuation-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}

.valuation-valuer {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}

.valuation-dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 16px;
  margin: 0 0 16px;
}

.valuation-dl dt {
  color: var(--grey-60);
  font-size: 13px;
  white-space: nowrap;
  padding-top: 1px;
}

.valuation-dl dd {
  color: var(--black);
  font-weight: 600;
  margin: 0;
  word-break: break-word;
}

.tag-demo {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 2px 8px;
  border-radius: 4px;
  background: #FCE9C6;
  color: #8A5A00;
}

.valuation-disclaimer {
  font-size: 12px;
  color: var(--grey-45);
  line-height: 1.5;
  margin-bottom: 20px;
}
