.customer-types-panel{min-width:0;border-color:#c9ded5}
.ct-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}
.ct-heading h2{margin-bottom:6px;font-size:20px}
.ct-heading p{margin:0;max-width:38ch}
.ct-heading>.ct-refresh{flex:0 0 42px;padding:10px;background:#edf5f0}
.ct-add-form{display:grid;gap:10px;margin-bottom:16px}
.ct-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.ct-add-row label{min-width:0}
.ct-add-button{display:flex;align-items:center;justify-content:center;gap:6px;min-height:46px;padding:12px 16px}
.ct-add-button .ico{width:18px;height:18px}
.ct-default-choice{font-size:13px;color:var(--muted);gap:9px}
.ct-default-choice input{accent-color:var(--green);flex:0 0 18px;width:18px;min-height:18px;height:18px}
.ct-panel-error{margin-bottom:12px;font-size:13px}
.ct-default-summary{padding:12px 14px;border-radius:10px;background:#f3f5f3;color:var(--muted);font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.ct-default-summary.ct-with-default{background:#edf6e7;color:var(--green);font-weight:600}
.ct-list{margin-top:10px}
.ct-row{padding:14px 0;border-bottom:1px solid var(--border);display:grid;gap:9px}
.ct-row-main{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.ct-row-main>strong{font-size:14px;overflow-wrap:anywhere;min-width:0}
.ct-badges{display:flex;gap:5px;flex-shrink:0}
.ct-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:7px;background:#eef1ef;color:var(--muted);font-size:11px;font-weight:600;white-space:nowrap}
.ct-badge-default{background:#e2f1d5;color:var(--green)}
.ct-inactive .ct-row-main>strong{color:var(--muted)}
.ct-row-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:3px}
.ct-row-actions button{font-size:12px;padding:6px 9px;min-height:36px;border-radius:8px}
.ct-row-actions .ct-disable{color:var(--muted)}
.ct-row-actions button:hover:not(:disabled){background:#edf5f0}
.ct-footer{display:flex;align-items:center;gap:14px;justify-content:space-between;flex-wrap:wrap;padding-top:10px}
.ct-footer>.ct-clear-default{font-size:12px;padding:8px 0;min-height:36px;white-space:nowrap}
.ct-footer>span{flex:1;min-width:150px;font-size:12px;line-height:1.5}
.ct-empty{font-size:13px;padding:16px 0;margin:0}
.ct-edit-form .checkbox-label{font-size:14px}
.ct-edit-form .checkbox-label input{accent-color:var(--green);flex:0 0 20px}
.ct-edit-form p{margin:0}
@media(max-width:600px){.ct-heading h2{font-size:18px}.ct-heading p{font-size:12px}.ct-row-actions{justify-content:flex-start;gap:2px}.ct-row-actions button{min-height:40px}.ct-row-main{align-items:flex-start}.ct-default-summary{font-size:12px}.ct-add-row{gap:8px}.ct-add-button{padding:12px}.ct-add-row input{font-size:16px}.ct-footer{gap:4px 12px}}
