
/* Settings is the only desktop tab carrying owner-only (inline-flex !important).
   Normalize its internal alignment so it sits on the exact same baseline/height as the archive tabs. */
body.role-owner .tabs .tab.owner-only{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:stretch!important;
  line-height:1.2!important;
}
.tabs .tab{line-height:1.2}
