.em-translate-native-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.header .misc .em-translate-entry {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
}

.header .misc .em-translate-globe {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    color: var(--hl-primary);
    background: transparent;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.header .misc .em-translate-globe:hover,
.header .misc .em-translate-entry.active .em-translate-globe {
    background: var(--hl-gray-bg);
}

.header .misc .em-translate-globe .iconfont-hellno {
    display: block;
    font-size: 1.2rem;
}

.header .misc .em-translate-globe .iconfont-hellno::before {
    line-height: inherit;
}

.header .misc .em-translate-globe .iconfont-hellno:empty::before {
    content: "\e606";
}

.em-translate-menu {
    position: absolute;
    top: calc(100% + .65rem);
    right: 0;
    z-index: 2147483000;
    width: 10rem;
    max-height: 18rem;
    overflow-y: auto;
    padding: .35rem;
    border: var(--hl-box-border, 1px solid rgba(0,0,0,.08));
    border-radius: calc(var(--hl-border-radius, 12px) / 1.2);
    background: var(--hl-box-bg, #fff);
    box-shadow: var(--hl-box-shadow-deep, 0 16px 40px rgba(0,0,0,.18));
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(.98);
    transform-origin: top right;
    transition: all .2s ease-in-out;
}

.em-translate-entry.active .em-translate-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.em-translate-menu-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: .5rem .65rem;
    border: 0;
    border-radius: calc(var(--hl-border-radius, 12px) / 2);
    color: var(--hl-text-color, #333);
    background: transparent;
    text-align: left;
    font-size: .875rem;
    line-height: 1.2;
    cursor: var(--hl-cursor-pointer, pointer);
}

.em-translate-menu-item:hover {
    color: var(--hl-primary-hover, #000);
    background: var(--hl-gray-bg, #f6f6f6);
}

@media (max-width: 640px) {
    .em-translate-menu {
        right: -2.7rem;
        width: 9rem;
        max-height: 15rem;
    }
}
