.customer-address {border:1px solid #dce8e2;border-radius:12px;padding:16px;margin:4px 0;min-width:0;}
.customer-address legend {font-weight:700;color:#16523d;padding:0 6px;}
.customer-fields-grid {display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.customer-fields-grid .wide {grid-column:1 / -1;}
.customer-fields-grid label {display:block;font-size:.85rem;font-weight:600;}
.customer-fields-grid input,.customer-fields-grid select {display:block;width:100%;min-width:0;border:1px solid #dce8e2;border-radius:9px;padding:11px;font:inherit;background:white;color:#14251e;margin-top:5px;}
.customer-data-note {display:block;max-width:330px;white-space:normal;overflow-wrap:anywhere;color:#52685e;line-height:1.5;margin-top:6px;}
.customer-open-link {text-decoration:none;display:inline-block;color:#086640;border:1px solid #8fdcb9;border-radius:8px;padding:7px 10px;background:#effcf5;font-weight:700;}
#customerEditDialog {width:min(680px,calc(100% - 24px));max-height:90vh;overflow:auto;border:1px solid #dce8e2;border-radius:18px;padding:24px;color:#14251e;}
#customerEditDialog::backdrop {background:#061b14aa;}
#customerEditDialog h2 {margin-top:0;}
#customerEditDialog .customer-edit-actions {display:flex;gap:10px;justify-content:flex-end;margin-top:16px;}
#customerEditError {color:#ad3030;line-height:1.4;}
#customerEditNotice {background:#ddf8e9;color:#075937;padding:12px 16px;border-radius:12px;}
#customerEditDialog button {padding:12px 18px;border:0;border-radius:9px;font:inherit;cursor:pointer;}
#customerEditSave {background:#13bf76;color:#052016;font-weight:700!important;}
#customerEditDialog button:disabled {opacity:.6;cursor:wait;}
@media(max-width:480px){.customer-fields-grid{grid-template-columns:1fr}.customer-fields-grid .wide{grid-column:auto}#customerEditDialog{padding:18px}.customer-address{padding:12px}}
