  .menu__dropdown li a {
    white-space: nowrap;  /* Prevents word wrapping within links like "Contact" */
    overflow: hidden;     /* Hides any overflow if needed */
    text-overflow: ellipsis;  /* Adds ... if somehow too long, but unlikely */
  }
}
