.noyun-editable {
    position: relative;
}

.site-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

body.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

.noyun-edit-shortcut {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #0a9fa0;
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(4, 44, 72, .18);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    opacity: .94;
}

.noyun-edit-shortcut:hover {
    background: #063253;
    color: #fff !important;
    transform: translateY(-1px);
}

.site-header > .noyun-edit-shortcut {
    top: 16px;
    right: 14px;
}

.hero-slider > .noyun-edit-shortcut {
    top: 12px;
    right: 48px;
}

.article-panel > .noyun-edit-shortcut,
.document-paper > .noyun-edit-shortcut {
    top: 16px;
    right: 16px;
}

.side-panel > .noyun-edit-shortcut,
.document-tools > .noyun-edit-shortcut {
    top: -10px;
    right: 8px;
}

.partner-strip > .noyun-edit-shortcut {
    top: 9px;
    right: 16px;
}

.site-footer > .noyun-edit-shortcut {
    top: 18px;
    right: 18px;
}

@media (max-width: 900px) {
    .noyun-edit-shortcut {
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
    }
}
/* v1.2.7: keep the mobile header fixed after editor styles load */
@media (max-width: 900px) {
    body .site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999;
    }
    body.admin-bar .site-header {
        top: 32px !important;
    }
}
@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px !important;
    }
}