/* Language dropdown styling */
.dropdown-item.active {
  background-color: #f8f9fa;
  color: #007bff;
  font-weight: bold;
}

.dropdown-item.active::before {
  content: "✓ ";
}
