.custom-nav {
  background-color: #455a21;
}

.nav-wrapper .brand-logo {
  margin-left: 0; /* Align logo to the edge */
  max-width: 70%; /* Limit the width */
  white-space: nowrap; /* Prevent wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
}

select.browser-default {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  font-size: 16px;
  padding: 6px;
  background-color: #fff;
  -webkit-appearance: menulist-button; /* For older iOS to show the arrow */
}


/*.select-wrapper {
  position: relative;
  z-index: 1050; 
}

.dropdown-content {
  z-index: 9999; 
  pointer-events: auto; 
}


body.dropdown-active {
  overflow: hidden; 
}




select {
  z-index: 100; 
  position: relative;
  appearance: none; 
  background: none; 
  width: 100%;
  padding: 10px; 
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  min-height: 44px; 
  line-height: 1.5;
}

.dropdown-content li {
  min-height: 44px; 
}*/
