/* Language Switcher Container */
.wy-side-nav-search div {
    padding: 5px 8px;
}

/* Language dropdown */
.wy-side-nav-search select {
    width: 40%; /* Take full width of the container */
    padding: 5px 5px;
    border: none;
    border-radius: 50px;
    background-color: #fcfcfc; /* White background */
    color: #333; /* Dark text for contrast */
    font-size: 16px;
    font-family: Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;
    text-align: center;
    cursor: pointer; /* Indicate it's clickable */
    outline: none; /* Remove default focus outline for cleaner look */
}
