.account-email,.account-target{overflow-wrap:anywhere}
.account-type-label{display:inline-block;font-weight:700;margin:0 0 10px;padding:6px 10px;background:#e4e6ea;color:var(--ink);border-radius:6px}
.account-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.account-actions button:not(.danger){background:var(--ink);color:#fff}
.account-row{align-items:start}.account-row>div{min-width:0}
#account-search-form{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin-bottom:22px}
#account-search-form label{flex:1 1 220px}#account-search-form button{min-height:44px}
#accounts-view .account-pagination{display:flex;gap:12px;margin-top:20px}
#accounts-view button:disabled{opacity:.45;cursor:not-allowed}
#account-action-dialog .delete-confirmation{margin:20px 0}
#account-action-dialog [hidden]{display:none}
#account-action-dialog .account-target{font-weight:700}
#account-action-dialog .account-explanation{line-height:1.6}
#account-action-dialog button{margin:12px 8px 0 0}
#account-action-dialog [data-cancel-account]{background:#e4e6ea;color:var(--ink)}
#account-action-dialog :focus-visible,#accounts-view :focus-visible{outline:3px solid var(--ink);outline-offset:3px}
@media(max-width:720px){.account-actions{justify-content:flex-start}}
