body.alchemy-context-guide-open {
    overflow: hidden !important;
}

.alchemy-context-guide-fullscreen {
    position: fixed !important;
    inset: 0 !important;
    z-index: 20000 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #f7fbf9 !important;
    color: #283a4d;
}

.alchemy-context-guide-fullscreen > header {
    position: sticky;
    top: -24px;
    z-index: 2;
    padding-top: 12px;
    background: inherit;
}

.alchemy-context-guide-fullscreen .alchemy-context-guide-fullscreen-close {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.alchemy-context-guide-fullscreen .alchemy-context-guide-fullscreen-close i,
.alchemy-context-guide-fullscreen .alchemy-context-guide-fullscreen-launch i {
    margin-right: 5px;
}

html[data-theme='dark'] .alchemy-context-guide-fullscreen {
    background: #252726 !important;
    color: #edf4f1;
}

@media only screen and (max-width: 767px) {
    .alchemy-context-guide-fullscreen {
        padding: 14px !important;
    }

    .alchemy-context-guide-fullscreen > header {
        top: -14px;
        padding-top: 8px;
    }
}
