/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 10 2026 | 10:34:30 */
/* Make the language switcher align like the other menu items */
#menu-item-2079560 > a {
    display: flex;
    align-items: bottom;
    height: 40%;
}

/* Align the flag + language */
#menu-item-2079560 .trp-menu-ls-label {
    display: inline-flex;
    align-items: bottom;
    gap: 8px;
}

/* Remove any weird image alignment */
#menu-item-2079560 .trp-flag-image {
    display: block;
    margin: 0;
}
