/* Vine Studio navigation final fixes */

.nav .brand,
.navin .brand,
a.brand {
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
}

.nav .brand::before,
.nav .brand::after,
.navin .brand::before,
.navin .brand::after,
a.brand::before,
a.brand::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
}

.nav {
    width: 100%;
}

.navin {
    width: 100%;
}

.links {
    display: flex !important;
    align-items: center !important;
}

/* 页面切换时导航保持稳定 */
html {
    scrollbar-gutter: stable;
}

@media (max-width: 800px) {
    .links {
        flex-wrap: wrap !important;
    }
}
