/* Override styles for the logo element */
.menu-item[data-section="logout"]:hover {
  background-color: #e0e0e0 !important; /* Grey color for logo hover */
}

/* Ensure logo never gets the active class background */
.menu-item[data-section="logout"].active {
  background-color: transparent !important;
}
