.languagePicker .lang-picker__href {
    color: #1616b2 !important;
    font-size: 1rem;
    padding: 0 !important;
    background-color: transparent;
}
.languagePicker .lang-picker__href:before {
   content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="%231616B2" fill-rule="evenodd" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm5.072 4.516h-2.374A10.661 10.661 0 0 0 9.7 2.614a5.67 5.67 0 0 1 3.372 2.902Zm.46 3.613h-2.644a13.27 13.27 0 0 0 0-2.258h2.645c.15.742.15 1.515 0 2.258Zm-7.058 0c-.072-.748-.073-1.5-.001-2.258h3.054c.072.757.071 1.51-.001 2.258H6.474Zm2.838 1.355C9.048 11.67 8.598 12.739 8 13.567c-.598-.828-1.048-1.896-1.312-3.083h2.624ZM2.467 6.87h2.646a13.266 13.266 0 0 0 0 2.258H2.466a5.723 5.723 0 0 1 0-2.258Zm4.218-1.355c.261-1.185.71-2.248 1.315-3.084.605.836 1.054 1.9 1.315 3.084h-2.63ZM6.3 2.614a10.66 10.66 0 0 0-.998 2.902H2.928A5.67 5.67 0 0 1 6.3 2.614Zm-3.372 7.87H5.3c.206 1.057.543 2.041.997 2.9a5.67 5.67 0 0 1-3.37-2.9Zm6.775 2.9c.454-.859.79-1.843.997-2.9h2.372a5.671 5.671 0 0 1-3.369 2.9Z" clip-rule="evenodd"/></svg>') !important;
}

.languagePicker .lang-picker__href:hover {
    background-color: transparent !important;
    text-decoration: underline !important;
    text-decoration-thickness: 0.156em !important;
    text-underline-offset: 3px;
}
.languagePicker .lang-picker__href:focus-visible {
    outline-offset: 0;
    outline: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #000;
    box-shadow: 0 0 0 4px #000;
    border-radius: 0;
}
.languagePicker button.dropdown-toggle.btn.btn-link {
    background-color: transparent;
    border: 1px solid #00005a;
    color: #00005a;
}
.languagePicker button.lang-picker__toggle:before {
   content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="%2300005a" fill-rule="evenodd" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm5.072 4.516h-2.374A10.661 10.661 0 0 0 9.7 2.614a5.67 5.67 0 0 1 3.372 2.902Zm.46 3.613h-2.644a13.27 13.27 0 0 0 0-2.258h2.645c.15.742.15 1.515 0 2.258Zm-7.058 0c-.072-.748-.073-1.5-.001-2.258h3.054c.072.757.071 1.51-.001 2.258H6.474Zm2.838 1.355C9.048 11.67 8.598 12.739 8 13.567c-.598-.828-1.048-1.896-1.312-3.083h2.624ZM2.467 6.87h2.646a13.266 13.266 0 0 0 0 2.258H2.466a5.723 5.723 0 0 1 0-2.258Zm4.218-1.355c.261-1.185.71-2.248 1.315-3.084.605.836 1.054 1.9 1.315 3.084h-2.63ZM6.3 2.614a10.66 10.66 0 0 0-.998 2.902H2.928A5.67 5.67 0 0 1 6.3 2.614Zm-3.372 7.87H5.3c.206 1.057.543 2.041.997 2.9a5.67 5.67 0 0 1-3.37-2.9Zm6.775 2.9c.454-.859.79-1.843.997-2.9h2.372a5.671 5.671 0 0 1-3.369 2.9Z" clip-rule="evenodd"/></svg>') !important;
}
.languagePicker button.dropdown-toggle.btn.btn-link:hover {
    background-color: transparent;
    color: #00005a;
    text-decoration: underline !important;
   text-decoration-thickness: 0.156em !important;
    text-underline-offset: 3px;
}
.languagePicker button.dropdown-toggle.btn.btn-link:focus {
    background-color: transparent;
    color: #00005a;
    text-decoration: none !important;
}
.languagePicker .lang-picker__href:active, .languagePicker .lang-picker__href:focus, .languagePicker .lang-picker__href:hover {
    background-color: transparent;
    color: #1616b2 !important;
   text-decoration: underline !important;
}