#google-translate-element {
    /* Positioning */
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 10px;
    z-index: 99999;

    /* Display & Box Model */
    display: block;
    width: fit-content;
    max-width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    border-radius: 0 0 8px 8px;

    /* Visual */
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

body.admin-bar #google-translate-element {
    /* Adjust position for admin bar */
    top: 32px;
}