/* GestiConnect V67 — clients détaillés, pagination et formulaires métier */
.selected-customer-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;padding:14px;border:2px solid #9bbcaf;border-radius:14px;background:#f7fbf9}
.selected-customer-fields .form-group{margin:0}.selected-customer-fields .adaptive-wide,.selected-customer-fields .quick-full{grid-column:span 2}
.selected-customer-fields input[readonly]{background:#fff;color:#17382d;font-weight:700;border-color:#9bbcaf}
.intervention-selected-customer,.moving-selected-customer{grid-template-columns:repeat(3,minmax(0,1fr))}
.list-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-top:1px solid #dce7e1;background:#f8fbf9}
.list-pagination-info{color:#5f7169;font-size:13px;font-weight:700}.list-pagination-actions{display:flex;align-items:center;gap:8px}.list-pagination select{min-width:92px;padding:9px 11px;border:2px solid #78998c;border-radius:10px;background:#fff;color:#17382d;font-weight:800}.list-pagination button{padding:9px 13px;border:1px solid #abc1b6;border-radius:10px;background:#fff;color:#17382d;font-weight:800;cursor:pointer}.list-pagination button:disabled{opacity:.42;cursor:not-allowed}
.moving-form-section:first-of-type .moving-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.moving-form-section:first-of-type .dynamic-customer-picker{grid-column:1/-1}
@media(max-width:800px){.selected-customer-fields,.intervention-selected-customer,.moving-selected-customer{grid-template-columns:1fr}.selected-customer-fields .adaptive-wide,.selected-customer-fields .quick-full{grid-column:auto}.list-pagination{align-items:stretch;flex-direction:column}.list-pagination-actions{justify-content:space-between}.moving-form-section:first-of-type .moving-form-grid{grid-template-columns:1fr}}
