.wy-side-nav-search .project a,
.wy-side-nav-search .project {
    color: white !important;
}

.rst-content div[class^=highlight] {
    margin: 0 !important;
}

.rst-content pre.literal-block {
    margin: 0 !important;
}

html {
    zoom: 100%;
}

body {
    transform-origin: top left;
    transition: transform 0.2s ease-in-out;
    text-align: justify;
}

.fixed, .sticky {
    transform: scale(1);
}

.wy-side-nav-search .wy-dropdown > a img,
.wy-side-nav-search > a img {
    max-width: 400px !important;
    max-height: 150px !important;
    width: auto !important;
    height: auto !important;
}

.version-switcher {
    margin: 10px 0;
    text-align: center;
}

.version-switcher select {
    padding: 5px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    width: 100%;
}

#google_translate_element {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}