/* Increase the width of the dropdown menu */
ul.dropdown-menu {
  width: 300px; /* Set the desired width */
  max-width: 100%; /* Optional: Ensures it doesn’t overflow */
}


