.language-dropdown-menu .dropdown-item.active,
.language-dropdown-menu .dropdown-item.active:hover,
.language-dropdown-menu .dropdown-item.active:focus {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.language-dropdown-menu .dropdown-item.active::before {
    content: "✓ ";
    font-weight: 700;
}
