.rt_wrap .rt_header .content .header-right {
    position: relative;
    z-index: 3;
}

.rt_wrap .rt_header .content .header-left .rt-menu ul.main-menu > li {
    flex: 0 1 auto;
    min-width: 0;
}

.rt_wrap .rt_header .content .header-left .rt-menu ul.main-menu > li > a {
    display: block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rt_wrap .rt_header .content .header-right .topbar-items {
    gap: 10px;
    margin-right: 0;
}

.rt_wrap .rt_header .content .header-right .topbar-items > li {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.rt_wrap .rt_header .content .header-right .topbar-items .language-switcher {
    position: relative;
    z-index: 4;
}

.rt_wrap .rt_header .content .header-right .topbar-items .language-switcher-toggle {
    display: inline-flex;
    align-items: center;
    max-width: 118px;
    white-space: nowrap;
}

.rt_wrap .rt_header .content .header-right .topbar-items .language-switcher-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rt_wrap .rt_header .content .header-right .topbar-items .language-switcher-toggle i,
.rt_wrap .rt_header .content .header-right .topbar-items .rt-auth-link i {
    flex: 0 0 auto;
    margin-left: 4px;
}

.rt_wrap .rt_header .content .header-right .topbar-items .login-item > .rt-auth-link {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    max-width: 158px;
    min-width: 44px;
    padding-right: 46px;
    position: relative;
}

.rt_wrap .rt_header .content .header-right .topbar-items .rt-auth-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rt_wrap .rt_topbar .content .topbar-right .topbar-items .login-item > .rt-auth-link {
    display: inline-flex;
    align-items: center;
    max-width: 180px;
}

.rt_wrap .rt_topbar .content .topbar-right .topbar-items .rt-auth-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .rt_wrap .rt_header .rt-logo {
        flex-basis: 148px;
        width: 148px;
        max-width: 148px;
    }

    .rt_wrap .rt_header .content .header-left .rt-menu {
        padding-left: 12px;
    }

    .rt_wrap .rt_header .content .header-left .rt-menu ul.main-menu > li > a {
        max-width: 112px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .rt_wrap .rt_header .content .header-right {
        margin-left: 8px;
    }

    .rt_wrap .rt_header .content .header-right .topbar-items {
        gap: 8px;
    }

    .rt_wrap .rt_header .content .header-right .topbar-items .language-switcher-toggle {
        max-width: 96px;
    }

    .rt_wrap .rt_header .content .header-right .topbar-items .rt-auth-label {
        display: none;
    }

    .rt_wrap .rt_header .content .header-right .topbar-items .login-item > .rt-auth-link {
        width: 44px;
        max-width: 44px;
        padding-right: 44px;
    }

    .rt_wrap .rt_header .content .header-right .topbar-items .login-item > .rt-auth-link i {
        display: none;
    }
}
