/* Adjust width and padding for dropdown menu */
.site-nav__dropdown {
width: 250px;
padding: 10px;
}
.site-nav__dropdown-item {
white-space: nowrap; /* Prevents text from wrapping */
margin: 5px 0; /* Adjust space between items */
}
/* Optional: Adjust font size to fit more items */
.site-nav__dropdown-item a {
font-size: 14px;
}