/* Make the sidebar logo larger */
.navigation_header img[src*="Tenderobot.png"],
.navigation_header a img {
    height: 48px !important;
    max-height: none !important;
    max-width: none !important;
    width: auto !important;
    transform: scale(1.25);
    transform-origin: left center;
    margin-left: 0px !important;
    margin-right: 0 !important;
    object-fit: contain;
}

/* Remove side padding from the parent div to allow more room */
.navigation_header > div.min-w-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
}

.navigation_header a {
    display: flex;
    align-items: center;
    overflow: visible !important;
}
