```css /* Style the last nav item as a button */ .header-nav-item:last-child a { background-color: #2D6B4F !important; color: #FDFBF7 !important; border-radius: 9999px !important; padding: 8px 20px !important; font-weight: 600 !important; } .header-nav-item:last-child a:hover { background-color: #1F5A3F !important; } ```