
.weglot-container {
    position: fixed;
    top: 10px; /* Distance from the top of the page */
    right: 10px; /* Distance from the right edge of the page */
    z-index: 9999; /* To keep the button above all other elements */
}
