.branding a img, .branding img {
    min-width: 120px;
}

.mobile-header-bar .mobile-branding img {
    position: absolute;
    top: 10px;  /* Adjust as needed */
    width: 110px;
    z-index: 999; /* Ensures it stays on top */
}

.custom-highlight-green {
  background-color: #b9d9887c;
}

.custom-highlight-blue {
  background-color: #96cce28e;
}

.custom-highlight-orange {
  background-color: #faa74f8c;
}

