.profile-nav-group { display: grid; gap: 2px; }
.profile-nav-children { display: grid; }
.profile-nav-children[hidden] { display: none; }
.sidebar .profile-nav-child { margin-left: 31px; min-height: 40px; font-size: 17px; }
.profile-nav-arrow { display: inline-flex; width: 16px; height: 16px; opacity: .65; transform: rotate(-90deg); }
.profile-nav-arrow svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#profileFolderToggle[aria-expanded="true"] .profile-nav-arrow { transform: none; }
