h2.guide {
    color: #242724;
    font-size: 30px;
    font-weight: 500;
    scroll-margin-top: 60px;
}

h3.guide {
    scroll-margin-top: 60px;
}

header.guide {
    display: grid;
    position: fixed;
    width: 100%;
    height: 38px;
    padding: 8px 30px;
    top: 0;
    justify-items: end;
    font-weight: 500;
    background-color: #e6e6e6;
    z-index: 99999;
}

header.guide .side-nav-toggle {
    position: absolute;
    top: 8px;
    left: 30px;
    cursor: pointer;
}

header.guide .side-nav-toggle.open:before {
    content: '\0276E';
}

header.guide .side-nav-toggle:before {
    content: '\0276F';
}

header.guide a {
    color: #242724;
    font-size: 14px;
}

nav.guide {
    position: fixed;
    width: 250px;
    height: calc(100% - 38px);
    padding: 30px;
    top: 38px;
    background-color: #242724;
    overflow-y: auto;
}

nav.guide ul.guide {
    margin-bottom: 30px;
    color: #fff;
}

nav.guide ul.guide li {
    margin-bottom: 5px;
}

nav.guide h2 {
    margin-bottom: 10px;
    color: #eee;
    font-weight: 400;
    font-size: 18px;
}

nav.guide a {
    display: block;
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    border: none;
}

nav.guide hr {
    margin: 0 0 15px 0;
    color: #eee;
    border-bottom-color: #eee;
}

.guide.content-container {
    margin: 60px 30px 30px 280px;
}

section.guide {
    margin-bottom: 60px;
    scroll-margin-top: 60px;
}

#guide-global .color-samples > * {
    width: 220px;
}

#guide-global .color-sample {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

pre {
    max-height: 500px;
    margin: 0;
    padding: 15px;
    background: #242724;
    border-radius: 4px;
    overflow-x: auto;
    overflow-y: auto;
}

pre code {
    color: #eee !important;
}

input.guide {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: none !important;
    cursor: pointer;
    border: none;
}

.global-policy-container.guide {
    position: relative;
}

.guide-code + div {
    height: 500px;
    max-height: 500px;
}

.guide-code.cm-hauto + div {
    height: auto !important;
}

.guide-body .nav-ham-overlay,
.guide-body .nav-ham-content {
    display: none !important;
}

/* guide specific utils */

.margin-left-30-important {
    margin-left: 30px !important;
}

@media (max-width: 668px) {
    
    #guide-global .color-samples > * {
        width: 100%;
    }
}
