/* Pay Docly — quotation document.
   The sheet reuses the invoice styling (both roots carry `.invoice`); this file holds only
   what differs. Loaded after base.css + tool.css + invoice.css. */

.quotation .inv-title{color:#7c3aed}
.quotation .inv-sum-row.grand{background:#f5f3ff;border-top-color:#ddd6fe}
.quotation .inv-stamp.sent{background:#f5f3ff;color:#6d28d9}
.quotation .inv-stamp.accepted{background:var(--success-soft);color:#027a48}
.quotation .inv-stamp.declined{background:var(--danger-soft);color:#b91c1c}
.badge.accepted{background:var(--success-soft);color:#027a48}
.badge.declined{background:var(--danger-soft);color:#b91c1c}
.quotation .quote-terms{
  margin-top:20px;border:1px dashed #ddd6fe;background:#faf9ff;border-radius:10px;padding:13px 15px;
  font-size:10.5px;line-height:1.65;color:#475467
}
.quotation .quote-terms strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#6d28d9;margin-bottom:4px}
