/* Hide WhatsApp CTA on desktop; keep it on mobile */
@media (min-width: 961px){
  #community-help .cta-row .btn-whatsapp {
    display: none !important;
  }
}
