/* Custom styling for StateTracker documentation */

/* White background for the logo area */
.wy-side-nav-search {
    background-color: #ffffff;
}

/* Hide the home icon and project name text, keep the link for the logo */
.wy-side-nav-search > a {
    font-size: 0;
}

/* Hide the home icon */
.wy-side-nav-search > a .icon-home:before {
    content: none;
}

/* Ensure the logo displays properly and is clickable */
.wy-side-nav-search > a img.logo {
    display: block;
}

/* Hide version text */
.wy-side-nav-search > div.version {
    display: none;
}
