.order-customer-editor{min-width:0;width:100%;max-width:100%}
.order-customer-editor>.ofs-who-name{display:inline-flex;justify-content:flex-start;align-items:baseline;gap:6px;width:auto;max-width:100%;height:auto;min-height:24px;margin:0;border:0;background:transparent;padding:0;cursor:pointer;text-align:left;white-space:normal;overflow:visible;text-overflow:clip}
.order-customer-editor>.ofs-who-name b{display:block;min-width:0;max-width:none;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;line-height:1.35;text-transform:none}
.order-customer-editor>.ofs-who-name>svg{flex:none;align-self:flex-start;margin-top:2px}
.order-customer-editor>.ofs-who-name>.ofs-date-pen{flex:none;margin:0;padding:0;overflow:visible;white-space:normal}
.order-customer-dialog{position:fixed;inset:0;margin:auto;width:500px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);padding:0;overflow:auto;border:1px solid #cdd8e8;border-radius:3px;background:#fff;color:#0f172a;box-sizing:border-box;font-family:inherit}
.order-customer-dialog::backdrop{background:rgba(15,23,42,.42)}
.order-customer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #dce3ee}
.order-customer-header h2{margin:0;font-size:15px;font-weight:600}
.order-customer-header p{margin:3px 0 0;font-size:11px;color:#63738c}
.order-customer-header button{width:30px;height:30px;border:1px solid #dce3ee;background:#fff;border-radius:2px;cursor:pointer}
.order-customer-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px 12px;padding:14px;background:#fff;box-sizing:border-box}
.order-customer-document{grid-column:1;grid-row:1}
.order-customer-name,.order-customer-address{grid-column:1/-1}
.order-customer-form>label:has(input[type=tel]){grid-column:2;grid-row:1}
.order-customer-lookup{display:flex;gap:5px;min-width:0}
.order-customer-lookup input{flex:1}
.order-customer-lookup button{flex:none;white-space:nowrap;background:#f7f9fc;color:#0f172a}
.order-customer-heading,.order-customer-actions,.order-customer-error{grid-column:1/-1}
.order-customer-heading{font-size:11px;font-weight:600;color:#63738c}
.order-customer-form label{display:flex;flex-direction:column;gap:3px;min-width:0;font-size:10px;font-weight:600;color:#475569}
.order-customer-form input{box-sizing:border-box;width:100%;min-width:0;height:30px;border:1px solid #cdd8e8;border-radius:2px;padding:4px 7px;background:#fff;color:#0f172a;font:inherit;font-size:12px}
.order-customer-form input:focus{outline:1px solid #ff7410;border-color:#ff7410}
.order-customer-form button{height:30px;padding:4px 12px;border:1px solid #cdd8e8;border-radius:2px;cursor:pointer;font-size:11px}
.order-customer-form button:disabled{opacity:.5;cursor:default}
.order-customer-actions{display:flex;justify-content:flex-end;gap:6px;border-top:1px solid #dce3ee;padding:10px 14px;margin:3px -14px -14px;background:#f7f9fc}
.order-customer-actions .ofs-date-ok{color:#fff;background:#ff7410;border-color:#ff7410}
.order-customer-actions .ofs-date-cancel{background:#fff;color:#0f172a}
.order-customer-error{color:#dc2626;font-size:11px}
.order-customer-notice{display:block;color:#168347;font-size:10px}
@media(max-width:420px){.order-customer-form{grid-template-columns:minmax(0,1fr)}.order-customer-form>label:has(input[type=tel]){grid-column:1;grid-row:auto}}
