.site-nav-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--hero-gradient);
}

@media (max-width: 936px) {
    .site-nav-shell {
        padding: 4px;
    }
}

.logo-img {
    width: 64px;
    height: 49.727px;
    flex-shrink: 0;
}

.header-container {
    display: flex;
    width: 1600px;
    height: 48px;
    justify-content: space-between;
    align-items: center;
}
