.mat-quote-view { max-width: 900px; margin: 0 auto; }
.mat-quote-table { width: 100%; border-collapse: collapse; margin: 1rem 0; background: #fff; }
.mat-quote-table th, .mat-quote-table td { border: 1px solid #e4e7ee; padding: 0.65rem 0.75rem; text-align: start; vertical-align: top; }
.mat-quote-table th { background: #0b1220; color: #fff; }
.mat-quote-totals { background: #f8fafc; border: 1px solid #e4e7ee; border-radius: 12px; padding: 1rem; }
.mat-quote-terms { color: #5b6577; font-size: 0.95rem; }
.mat-operated-by { color: #5b6577; font-size: 0.92rem; }
.mat-quote-actions { margin-top: 1.25rem; }
@media (max-width: 720px) {
  .mat-quote-table { display: block; overflow-x: auto; }
}
