@media (max-width: 720px) {
  html body .ny-public-home-v3 .ny-mobile-menu-toggle {
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
  }

  html body .ny-public-home-v3 .ny-mobile-menu-toggle:hover,
  html body .ny-public-home-v3 .ny-mobile-menu-toggle:focus-visible {
    border-color: rgba(255,173,92,.72) !important;
    background: linear-gradient(145deg,#1c518f,#0d3260) !important;
    box-shadow: 0 17px 34px rgba(0,10,34,.38), 0 0 0 3px rgba(255,173,92,.16), inset 0 1px 0 rgba(255,255,255,.14) !important;
    transform: translateY(-2px) !important;
    outline: none !important;
  }

  html body .ny-public-home-v3 .ny-v3-header .ny-site-nav-v3 a {
    transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
  }

  html body .ny-public-home-v3 .ny-v3-header .ny-site-nav-v3 a:hover,
  html body .ny-public-home-v3 .ny-v3-header .ny-site-nav-v3 a:focus-visible {
    color: #fff !important;
    border-color: rgba(94,176,255,.58) !important;
    background: linear-gradient(145deg,rgba(31,79,137,.96),rgba(13,47,91,.98)) !important;
    box-shadow: 0 10px 22px rgba(0,8,30,.28), inset 0 1px 0 rgba(255,255,255,.10) !important;
    transform: translateY(-2px) !important;
    outline: none !important;
  }

  html body .ny-public-home-v3 .ny-v3-header .ny-site-nav-v3 .ny-nav-donate {
    color: #08182e !important;
    border: 1px solid #ffbd76 !important;
    background: linear-gradient(145deg,#ffd39e 0%,#ff9b3f 58%,#f7781d 100%) !important;
    box-shadow: 0 5px 0 #b84b0a, 0 13px 26px rgba(255,126,28,.30), inset 0 2px 0 rgba(255,255,255,.52) !important;
    font-weight: 950 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.30) !important;
  }

  html body .ny-public-home-v3 .ny-v3-header .ny-site-nav-v3 .ny-nav-donate:hover,
  html body .ny-public-home-v3 .ny-v3-header .ny-site-nav-v3 .ny-nav-donate:focus-visible {
    color: #071326 !important;
    border-color: #ffe0bb !important;
    background: linear-gradient(145deg,#ffe2bd 0%,#ffad5c 54%,#ff8124 100%) !important;
    box-shadow: 0 7px 0 #a84208, 0 17px 32px rgba(255,126,28,.38), 0 0 0 3px rgba(255,173,92,.17), inset 0 2px 0 rgba(255,255,255,.60) !important;
    transform: translateY(-3px) !important;
  }

  html body .ny-public-home-v3 .ny-v3-header .ny-site-nav-v3 .ny-nav-donate:active {
    box-shadow: 0 2px 0 #a84208, 0 7px 14px rgba(255,126,28,.26), inset 0 2px 4px rgba(135,48,0,.16) !important;
    transform: translateY(3px) !important;
  }
}
