.admin-profile-editor>h3 {margin:0 0 10px;}
.admin-profile-editor>p {margin:0 0 24px;}
#admin-profile-form {display:grid;gap:18px;}
.admin-profile-preview {display:grid;place-items:center;width:160px;height:160px;max-width:100%;border-radius:50%;border:1px solid var(--accent-line);background:var(--accent-soft);color:var(--accent);overflow:hidden;}
.admin-profile-preview>img {display:block;width:100%;height:100%;object-fit:cover;}
.admin-profile-preview>.icon {width:64px;height:64px;}
#admin-profile-form .btn-row {flex-wrap:wrap;}

#mem-role-field[hidden] {display:none!important;}

/* Shared by the home news list and the full notice list. */
.notice-card-author {display:inline-flex;align-items:center;gap:8px;white-space:nowrap;}
.notice-card-author .notice-author-mark {flex:0 0 32px;width:32px;height:32px;}
.notice-card-author .notice-author-mark .icon {width:17px;height:17px;}
