How can I add a button to my mega menu on Broadcast theme?

Can someone help me please?

How do I add a button to my mega menu? Please see the screenshot attached for reference.

Here is the URL: https://050086.myshopify.com/ and I am using the Broadcast theme.

/* Example CSS for a basic button style */
.menu-button {
display: inline-block;
padding: 10px 20px;
background-color: #your_color_here;
color: #fff;
text-decoration: none;
border-radius: 5px;
}

Can try this

Do I put this here (highlighted)? Because it didn’t work.