/* r455: scoped visual grouping of individual permissions. */
html body .acl454 [data-rights]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;padding:16px;background:#eef4f1;border:1px solid #ccddd3;border-radius:14px}
html body .acl454 [data-rights] fieldset{min-width:0;margin:0;padding:10px 12px 12px;background:#fff;border:1px solid #b8cfc1;border-left:4px solid #268057;border-radius:10px;box-shadow:0 2px 5px #163c2e08}
html body .acl454 [data-rights] legend{box-sizing:border-box;max-width:100%;padding:5px 10px;background:#dceee3;border:1px solid #c2dbcc;border-radius:6px;color:#164c34;font-size:15px;font-weight:700;line-height:1.3;white-space:normal}
html body .acl454 [data-rights] .acl454-grid{grid-template-columns:1fr;gap:5px}
html body .acl454 [data-rights] .acl454-check{box-sizing:border-box;min-width:0;display:flex;align-items:flex-start;gap:10px;margin:0;padding:8px 10px;border:1px solid transparent;border-bottom-color:#e7ede9;border-radius:6px;background:#fff;font-size:14px;font-weight:400!important;line-height:1.4;cursor:pointer}
html body .acl454 [data-rights] .acl454-check span{font-weight:400!important;overflow-wrap:break-word}
html body .acl454 [data-rights] .acl454-check:has(input:checked){background:#edf7f0;border-color:#d3e7da}
html body .acl454 [data-rights] .acl454-check:hover{border-color:#7aaa90}
html body .acl454 [data-rights] .acl454-check:focus-within{outline:2px solid #237c51;outline-offset:1px}
html body .acl454 [data-rights] input[type=checkbox]{appearance:auto;width:18px;height:18px;min-height:18px;flex:0 0 18px;margin:1px 0 0;padding:0;accent-color:#147546}
html body .acl454 .acl454-toolbar:has(+[data-rights]),html body .acl454 .acl454-toolbar:has(+.acl454-note){justify-content:space-between;border-bottom:2px solid #268057;padding:8px 0 12px;margin-top:24px}
html body .acl454 [data-defaults]{background:#fff;color:#17593e;font-size:14px;padding:8px 12px}
@media(max-width:850px){html body .acl454 [data-rights]{grid-template-columns:1fr;padding:10px;gap:12px}}
