/* Add this to your theme's custom CSS section */
#qodef-page-header .qodef-header-logo-link {
  height: auto; /* Override fixed height */
  max-height: 50px; /* Or your preferred height */
}

.qodef-header-logo-image.qodef--light {
  width: 150px; /* Your preferred width */
  height: auto;
  max-height: 40px;
  object-fit: contain; /* Ensures the logo fits within dimensions */
}

/* Center UL and make LI inline */
.centered-submenu {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
}

.centered-submenu li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}
