.site-header__navigation__donate {
  background-color: #1B427C; /* Blue background */
  color: #fff !important; /* White text */
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}


