/* Navbar logo */
#navbar-logo img {
  width: auto !important;
  height: 30px !important;
  max-width: none !important;
}

/* Vertically center org header - target the flex container */
.page-content.organization.profile > .ui.container.tw-flex {
    align-items: center !important;
}

/* Force center content in org-info using ID for high specificity */
div#org-info.tw-flex.tw-flex-col {
    justify-content: center !important;
}

/* Alternative: target the header directly */
#org-info > .ui.header {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
