.command-head-actions{display:flex;align-items:flex-start;gap:8px}.custom-command-button{background:#fff2e8;color:#c66d32;border:1px solid #ffd9bf;border-radius:6px;padding:7px 9px;font-size:10px;font-weight:700}.custom-command-button:hover,.custom-command-button.active{background:#ffe5d2}.custom-command-hint{grid-column:1/-1;color:#a17452;font-size:10px;background:#fff8f1;border-radius:6px;padding:8px 10px}.command-exceptions{grid-column:1/-1;display:flex;flex-direction:column;gap:7px;color:#5d5868;font-size:12px;font-weight:600;margin-top:2px}.exceptions-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.exceptions-heading button{background:none;color:var(--purple);font-size:11px;font-weight:700;padding:2px 0}.exception-list{display:flex;flex-direction:column;gap:7px}.exception-row{display:grid;grid-template-columns:130px minmax(0,1fr) 24px;gap:7px;align-items:center}.exception-row input{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:12px;outline:0}.exception-row input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7657f51c}.remove-exception{background:none;color:#bbb5c2;font-size:17px;padding:0}.remove-exception:hover{color:#df5e55}.command-exceptions small{color:#aaa5b3;font-size:10px;font-weight:400}.command-row small{color:#a39eaa;font-size:10px}.edit-command,.delete-command{font-size:10px;padding:5px 7px;border-radius:5px}.edit-command{background:#f1efff;color:var(--purple)}.edit-command:hover{background:#e6e1ff}.delete-command{background:#fff0ee;color:#df5e55}.delete-command:hover{background:#ffe2de}@media(max-width:560px){.command-exceptions{grid-column:1/-1}.exception-row{grid-template-columns:1fr 1fr 24px}.command-head-actions{align-items:flex-end;flex-direction:column}}