.check-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid var(--line)}
.check-row label{min-width:0;border-bottom:0!important}
.check-row label span{min-width:0;overflow-wrap:anywhere}
.list-row-actions{display:flex;align-items:center;gap:4px;padding-left:6px}
.list-row-actions button{min-width:38px;min-height:40px;padding:4px 7px;border:1px solid #d9d4cb;border-radius:8px;background:#fff;color:#526159;font-weight:bold}
.list-row-actions button:disabled{opacity:.28;cursor:default}
.list-row-actions [data-list-delete]{color:#a05d50}
body.text-zoom-active .check-row{grid-template-columns:minmax(0,1fr) auto}
body.text-zoom-active .list-row-actions{gap:3px}
body.text-zoom-active .list-row-actions button{min-width:42px;min-height:44px;padding:3px 5px}
