/* Versioned responsive correction: kept separate so existing app.css caches cannot mask it. */
@media (max-width: 900px) {
    .saas-brand > span {
        display: none !important;
    }

    .saas-nav a {
        font-size: 0 !important;
    }
}
