
/* Custom styles to center header content on mobile */
@media (max-width: 768px) {
    .header-content {
        text-align: center;
        justify-content: center;
    }
    
    .header-logo {
        margin: 0 auto;
    }
    
    .header-nav {
        justify-content: center;
        margin-top: 0.5rem;
    }
}
