/* Show donation button on mobile and tablet, hide on desktop */
@media (min-width: 1024px) {
    .mobile-donation {
        display: none !important;
    }
}

