.custom-role-panel{display:grid;grid-template-columns:210px 1fr;gap:15px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-bottom:12px}.custom-role-panel small{display:block;color:var(--muted);margin-top:4px}.custom-role-panel>div:last-child{display:flex;flex-wrap:wrap;gap:7px}.custom-role-chip{display:inline-flex;align-items:center;gap:6px;background:#edf1ff;color:var(--blue);border-radius:20px;padding:6px 8px 6px 11px;font-size:12px;font-weight:600}.custom-role-chip button{border:0;background:#fff;color:var(--red);border-radius:50%;width:19px;height:19px}.muted-text{color:var(--muted);font-size:12px}.custom-role-modal{width:min(540px,96%)}@media(max-width:700px){.custom-role-panel{grid-template-columns:1fr}.custom-role-modal{width:100%;align-self:end;border-radius:16px 16px 0 0}}
