/* Footer Card Fix - Remove card container from around buttons */
.footer-newsletter {
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

@media (max-width: 600px) {
    .footer-newsletter {
        padding: 0 !important;
        margin: 0 !important;
    }
} 