/* Keep profile view controls with the catalog they control. */
.catalogViewTools{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}
.catalogViewTools .profileLibraryHeaderActions{width:auto!important;display:flex!important;align-items:center!important;gap:0!important}
.catalogViewTools .profileViewSwitcher{margin:0}
.profileCatalog .catalogHeader{align-items:center!important}
@media(max-width:700px){.profileCatalog .catalogHeader{align-items:flex-start!important}.catalogViewTools{width:100%;margin:8px 0 0;justify-content:space-between}}
