How can I add a pill-shaped donate button to my Dawn theme header?

Topic summary

A user wants to style a navigation link (\

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi there!
I used one of your first solutions to great success to make my Shop nav item a button; however, I recently gave Shop some sub pages as well and now it’s not appearing as a button anymore. Is it possible to modify this code to make it a button again?

Below is what I originally added:

.header  .header__inline-menu .list-menu > li:first-child > a{
	background: #f38293;
	border-radius: 40px;
	text-decoration: none !important;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff!important;
}
.header  .header__inline-menu .list-menu > li:first-child > a span {
	text-decoration: none;
	color: #fff;
}
.menu-drawer__navigation .menu-drawer__menu > li:first-child {
	padding: 0 3.2rem;
}
.menu-drawer__navigation .menu-drawer__menu > li:first-child a{
	background: #f38293;
	border-radius: 40px;
	color: #fff!important;
	justify-content: center;
}

It’s a site for a client and not live yet, so I don’t have permission to share the password, so I’m attaching photos that I hope will help.

Original:

Screenshot 2023-07-26 at 10.44.16 AM.png
(sorry for the pixellation, it was an old cached preview)

Current:

Screenshot 2023-07-26 at 10.44.23 AM.png