.quote-editor{background:linear-gradient(135deg,rgba(37,56,68,.96),rgba(34,32,29,.96));border-color:#567184}
.quote-items{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.quote-item-row{display:grid;grid-template-columns:1fr 120px 42px;gap:10px;align-items:start}
.quote-item-row textarea{min-height:54px}
.quote-icon-btn{width:42px;height:42px;padding:0;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}
.quote-item-add{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px}
.quote-total{font-size:14px;color:#cfdbe2}
.quote-total strong{font-size:24px;color:#fff2df}
.quote-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
.quote-card-title{font-size:18px;font-weight:800;color:#f3efe8}
.quote-card-meta{font-size:13px;color:#b8b0a5;margin-top:5px;line-height:1.6}
.quote-card-total{font-size:26px;font-weight:800;color:#fff2df;text-align:right}
.quote-card-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;margin-top:14px}
