/* Global Footer Styles */
#global-footer footer {
    /* Tailwind handles most of this, but we can add specific overrides here */
}

@media (max-width: 768px) {
    #global-footer footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
