.ciest-devis-add-wrap, .ciest-devis-view-wrap { margin: 8px 0; display:inline-block; }
.ciest-devis-container { max-width: 900px; margin: 20px auto; }
.ciest-devis-table { width:100%; border-collapse: collapse; margin-bottom: 16px; }
.ciest-devis-table th, .ciest-devis-table td { border:1px solid #ddd; padding:8px; }
.ciest-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ciest-grid label { display:flex; flex-direction: column; font-weight:600; }
.ciest-grid label input, .ciest-grid label textarea { font-weight: normal; }
.ciest-grid .full { grid-column: 1 / -1; }
.ciest-actions { margin-top: 12px; }
.ciest-devis-errors { background:#ffe9e9; padding:10px; border:1px solid #f5b5b5; margin-bottom:12px; }
.ciest-devis-success { background:#eaffea; padding:10px; border:1px solid #b7e1b7; margin-bottom:12px; }