/* Target the specific links list module */
#m-676311 {
position: relative;
width: 100%; /* adjust as needed */
font-family: inherit;
}
/* Create fake dropdown toggle text */
#m-676311::before {
content: "Locations";
display: block;
background: #f2f2f2;
padding: 10px 12px;
border: 1px solid #ccc;
border-radius: 4px;
cursor: pointer;
margin-bottom: 10px;
}
/* Hide all links by default */
#m-676311 a {
display: none;
background: #fff;
padding: 10px 12px;
border: 1px solid #ccc;
border-top: none;
text-decoration: none;
color: #333;
white-space: nowrap;
margin: -12px 0px;
}
/* On hover over container, show the dropdown */
#m-676311:hover a {
display: block;
}
/* Hover styles for menu items */
#m-676311 a:hover {
background: #eaeaea;
}
/*END LINKS LIST DROPDOWN*/