@media screen and (min-width: 1200px) and (max-width: 1399px) {
    body.guest-site .mn-header .container {
        max-width: calc(100vw - 32px) !important;
    }

    body.guest-site .mn-header .navbar-brand {
        flex: 0 0 150px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-inline-end: 12px !important;
        width: 150px !important;
    }

    body.guest-site .mn-header .navbar-brand .dark-mode-logo,
    body.guest-site .mn-header .navbar-brand .light-mode-logo {
        height: auto !important;
        width: 150px !important;
    }

    body.guest-site .mn-header .guest-nav-panel .primary-nav {
        flex: 1 1 auto;
        min-width: 0;
    }

    body.guest-site .mn-header .guest-nav-panel .secondary-nav {
        flex: 0 0 auto;
    }

    body.guest-site .mn-header .guest-nav-panel .nav-link {
        font-size: 13px;
        padding: 10px 8px;
    }

    body.guest-site .mn-header .guest-nav-panel .secondary-nav .sign-in .nav-link {
        min-width: 78px;
        padding: 10px 8px;
    }

    body.guest-site .mn-header .guest-nav-panel .secondary-nav .nav-link.publish-btn {
        line-height: 18px;
        max-width: 150px;
        min-width: 120px;
        white-space: normal;
        width: auto;
    }
}
