:root {
    --docspress-color-primary: #069dfd;
    --docspress-color-text: #47484a;
    --docspress-color-secondary: #a7a7a7;
    --docspress-color-border: #eee;
    --docspress-color-border-lighten: #f9f9f9;
    --docspress-color-border-darken: #e7e7e7;
    --docspress--scrollbar--width: 4px;
    --docspress--scrollbar--color: rgba(135, 135, 135, 40%);
    --docspress--scrollbar--background-color: rgba(135, 135, 135, 10%);
    --docspress--content--padding: 40px
}

body.single.single-docs .content-area {
    width: 100%
}

.docspress-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.docspress-single {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.docspress-single.hentry {
    padding-top: 0;
    box-shadow: none
}

.docspress-single-sidebar {
    --docspress--sidebar--flex: 1;
    --docspress--sidebar--min-width: 250px;
    --docspress--sidebar--padding-bottom: 40px;
    --docspress--sidebar--border-right: 1px solid var(--docspress-color-border);
    position: relative;
    flex: var(--docspress--sidebar--flex);
    min-width: var(--docspress--sidebar--min-width);
    padding-bottom: var(--docspress--sidebar--padding-bottom);
    border-right: var(--docspress--sidebar--border-right)
}

.docspress-single-sidebar .widget-title {
    padding: 40px 30px;
    margin: 0;
    font-weight: 600
}

.docspress-single-sidebar .widget-title+.docspress-nav-list {
    padding-top: 0;
    margin-top: -10px
}

.docspress-docsearch {
    min-height: 42px;
    padding-right: 10px
}

.docspress-docsearch>.DocSearch {
    width: 100%;
    margin: 0
}

.docspress-docsearch .DocSearch-Button {
    height: 42px;
    padding: 0 15px
}

body.admin-bar .docspress-single-sidebar-wrap {
    top: var(--wp-admin--admin-bar--height, 0);
    max-height: calc(100vh - var(--wp-admin--admin-bar--height))
}

.docspress-single-sidebar-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.docspress-single-sidebar-wrap::-webkit-scrollbar {
    width: var(--docspress--scrollbar--width)
}

.docspress-single-sidebar-wrap::-webkit-scrollbar-thumb {
    background-color: var(--docspress--scrollbar--color);
    border-radius: var(--docspress--scrollbar--width)
}

.docspress-single-sidebar-wrap::-webkit-scrollbar-track {
    background-color: var(--docspress--scrollbar--background-color)
}

.docspress-single-sidebar-wrap:not(:hover)::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
}

.docspress-single-sidebar-wrap:not(:hover)::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

.docspress-single-content .entry-header,
.docspress-single-content .entry-content {
    padding: 0
}

.docspress-single-content .entry-content {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-bottom: var(--docspress--content--padding)
}

@media screen and (max-width: 800px) {

    .docspress-single-sidebar,
    .docspress-single-content {
        min-width: 100%;
        max-width: 100%
    }
}

.docspress-single .anchorjs-link {
    transition: opacity .15s ease-in-out
}

.docspress-single .anchorjs-link,
.docspress-single .anchorjs-link:hover,
.docspress-single .anchorjs-link:focus,
.docspress-single .anchorjs-link:active {
    text-decoration: none;
    box-shadow: none
}

.docspress-btn {
    --docspress--button--padding-v: 8px;
    --docspress--button--padding-h: 20px;
    --docspress--button--font-size: 0.8em;
    --docspress--button--font-weight: 600;
    --docspress--button--line-height: 1.3;
    --docspress--button--letter-spacing: 0.05em;
    --docspress--button--color: #2f3035;
    --docspress--button--background-color: #fff;
    --docspress--button--border-width: 1px;
    --docspress--button--border-color: var(--docspress-color-border-darken);
    --docspress--button--border-radius: 2px;
    --docspress--button--transition: color 0.1s, background-color 0.1s, border-color 0.1s;
    --docspress--button-md--padding-v: 10px;
    --docspress--button-md--padding-h: 25px;
    --docspress--button-md--font-size: 0.85em;
    --docspress--button-lg--padding-v: 12px;
    --docspress--button-lg--padding-h: 30px;
    --docspress--button-lg--font-size: 0.9em;
    --docspress--button-hover--color: #fff;
    --docspress--button-hover--background-color: #474850;
    --docspress--button-hover--border-color: #474850;
    --docspress--button-focus--color: #fff;
    --docspress--button-focus--background-color: #42444b;
    --docspress--button-focus--border-color: #42444b;
    --docspress--button--badge--padding-v: 0;
    --docspress--button--badge--padding-h: 4px;
    --docspress--button--badge--float: right;
    --docspress--button--badge--min-width: 14px;
    --docspress--button--badge--height: 14px;
    --docspress--button--badge--margin-right: -5px;
    --docspress--button--badge--margin-left: 5px;
    --docspress--button--badge--font-size: 9px;
    --docspress--button--badge--line-height: 1.6;
    --docspress--button--badge--color: #fff;
    --docspress--button--badge--text-align: center;
    --docspress--button--badge--background-color: #cecece;
    --docspress--button--badge--border-radius: 7px;
    --docspress--button--icon--top: -2px;
    --docspress--button--icon--font-family: monospace;
    display: inline-block;
    padding: var(--docspress--button--padding-v) var(--docspress--button--padding-h);
    font-size: var(--docspress--button--font-size);
    font-weight: var(--docspress--button--font-weight);
    line-height: var(--docspress--button--line-height);
    color: var(--docspress--button--color);
    text-align: center;
    letter-spacing: var(--docspress--button--letter-spacing);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--docspress--button--background-color);
    border: var(--docspress--button--border-width) solid var(--docspress--button--border-color);
    border-radius: var(--docspress--button--border-radius);
    transition: var(--docspress--button--transition)
}

.docspress-btn,
.docspress-btn:hover,
.docspress-btn.hover,
.docspress-btn:active,
.docspress-btn.active,
.docspress-btn:focus {
    text-decoration: none
}

.docspress-btn:hover,
.docspress-btn.hover {
    color: var(--docspress--button-hover--color);
    background-color: var(--docspress--button-hover--background-color);
    border-color: var(--docspress--button-hover--border-color)
}

.docspress-btn:active,
.docspress-btn.active,
.docspress-btn:focus {
    color: var(--docspress--button-focus--color);
    background-color: var(--docspress--button-focus--background-color);
    border-color: var(--docspress--button-focus--border-color)
}

.docspress-btn .badge {
    float: var(--docspress--button--badge--float);
    min-width: var(--docspress--button--badge--min-width);
    height: var(--docspress--button--badge--height);
    padding: var(--docspress--button--badge--padding-v) var(--docspress--button--badge--padding-h);
    margin-right: var(--docspress--button--badge--margin-right);
    margin-left: var(--docspress--button--badge--margin-left);
    font-size: var(--docspress--button--badge--font-size);
    line-height: var(--docspress--button--badge--line-height);
    color: var(--docspress--button--badge--color);
    text-align: var(--docspress--button--badge--text-align);
    background-color: var(--docspress--button--badge--background-color);
    border-radius: var(--docspress--button--badge--border-radius)
}

.docspress-btn .icon {
    position: relative;
    top: var(--docspress--button--icon--top);
    font-family: var(--docspress--button--icon--font-family)
}

.docspress-btn-md {
    padding: var(--docspress--button-md--padding-v) var(--docspress--button-md--padding-h);
    font-size: var(--docspress--button-md--font-size)
}

.docspress-btn-lg {
    padding: var(--docspress--button-lg--padding-v) var(--docspress--button-lg--padding-h);
    font-size: var(--docspress--button-lg--font-size)
}

.docspress-single-breadcrumbs {
    --docspress--breadcrumbs--padding: 10px 39px;
    --docspress--breadcrumbs--margin: -40px -39px 10px;
    --docspress--breadcrumbs--font-size: 0.75em;
    --docspress--breadcrumbs--link--color: inherit;
    --docspress--breadcrumbs--link-hover--color: var(--docspress-color-primary);
    --docspress--breadcrumbs--li--margin-h: 5px;
    padding: var(--docspress--breadcrumbs--padding);
    margin: var(--docspress--breadcrumbs--margin);
    font-size: var(--docspress--breadcrumbs--font-size);
    color: var(--docspress-color-text);
    list-style: none
}

.docspress-single-breadcrumbs li {
    display: inline;
    margin-right: var(--docspress--breadcrumbs--li--margin-h);
    margin-left: var(--docspress--breadcrumbs--li--margin-h)
}

.docspress-single-breadcrumbs a {
    color: var(--docspress--breadcrumbs--link--color)
}

.docspress-single-breadcrumbs a:hover,
.docspress-single-breadcrumbs a:focus,
.docspress-single-breadcrumbs a:active {
    color: var(--docspress--breadcrumbs--link-hover--color)
}

.docspress-single-breadcrumbs .delimiter {
    opacity: .2
}

.docspress-single-breadcrumbs .delimiter:last-child {
    display: none
}

.docspress-search-form {
    --docspress--search--font-size: 0.85em;
    --docspress--search--margin-bottom: 30px;
    --docspress--search-field--padding: 10px;
    --docspress--search-field--font-size: inherit;
    --docspress--search-field--background-color: transparent;
    --docspress--search-field--border: 0;
    --docspress--search-field--border-bottom-width: 1px;
    --docspress--search-field--border-radius: 0;
    --docspress--search-field--border-color: var(--docspress-color-border);
    --docspress--search-field--transition: border-color 0.15s ease-in-out;
    --docspress--search-field-focus--border-color: #c8c8c8;
    --docspress--search-field-placeholder--color: var(--docspress-color-secondary);
    margin-bottom: var(--docspress--search--margin-bottom);
    font-size: var(--docspress--search--font-size)
}

.docspress-search-field {
    width: 100%;
    padding: var(--docspress--search-field--padding);
    font-size: var(--docspress--search-field--font-size);
    background-color: var(--docspress--search-field--background-color);
    border: var(--docspress--search-field--border);
    border-bottom: var(--docspress--search-field--border-bottom-width) solid var(--docspress--search-field--border-color);
    border-radius: var(--docspress--search-field--border-radius);
    transition: var(--docspress--search-field--transition)
}

.docspress-search-field:focus {
    border-color: var(--docspress--search-field-focus--border-color)
}

.docspress-search-field::-moz-placeholder {
    color: var(--docspress--search-field-placeholder--color)
}

.docspress-search-field::placeholder {
    color: var(--docspress--search-field-placeholder--color)
}

.docspress-search-form-result {
    --docspress--search-results--margin-bottom: 30px;
    --docspress--search-results--item--padding: 10px;
    --docspress--search-results--item--font-size: 0.85em;
    --docspress--search-results--item--color: inherit;
    --docspress--search-results--item--border-width: 1px;
    --docspress--search-results--item--border-color: var(--docspress-color-border);
    --docspress--search-results--item--transition: color 0.15s ease-in-out;
    --docspress--search-results--item-hover--color: var(--docspress-color-primary);
    --docspress--search-results--item--title--font-weight: 600;
    --docspress--search-results--item--excerpt--margin-top: 5px;
    --docspress--search-results--item--excerpt--font-size: 0.85em;
    margin-bottom: var(--docspress--search-results--margin-bottom)
}

.docspress-search-form-result:empty {
    display: none
}

.docspress-search-form+.docspress-search-form-result {
    margin-top: -30px
}

.docspress-search-form-result mark {
    font-weight: 600;
    color: var(--docspress-color-primary);
    background: none
}

.docspress-search-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.docspress-search-list-item>a {
    display: block;
    padding: var(--docspress--search-results--item--padding);
    font-size: var(--docspress--search-results--item--font-size);
    color: var(--docspress--search-results--item--color);
    text-decoration: none;
    border-bottom: var(--docspress--search-results--item--border-width) solid var(--docspress--search-results--item--border-color);
    transition: var(--docspress--search-results--item--transition)
}

.docspress-search-list-item>a:hover {
    color: var(--docspress--search-results--item-hover--color)
}

.docspress-search-list-item-title {
    display: block;
    font-weight: var(--docspress--search-results--item--title--font-weight)
}

.docspress-search-list-item-excerpt {
    display: block;
    margin-top: var(--docspress--search-results--item--excerpt--margin-top);
    font-size: var(--docspress--search-results--item--excerpt--font-size)
}

.docspress-search-list-item-excerpt:empty {
    display: none
}

.docspress-nav-list {
    --docspress--navigation--padding: 10px 1px 10px 10px;
    --docspress--navigation--font-size: 0.85em;
    --docspress--navigation--color: var(--docspress-color-text);
    --docspress--navigation--link--padding: 3px 20px;
    --docspress--navigation--link--font-weight: 500;
    --docspress--navigation--link--color: inherit;
    --docspress--navigation--link-hover--color: var(--docspress-color-primary);
    --docspress--navigation--link-active--color: var(--docspress-color-primary);
    --docspress--navigation--link-active--font-weight: 500;
    --docspress--navigation--link-parent--padding: 7px 0;
    --docspress--navigation--link-children--font-weight: 400;
    --docspress--navigation--category--padding: 15px 0 7px 0;
    --docspress--navigation--category--font-weight: 700;
    --docspress--navigation--children--padding: 0 0 10px;
    --docspress--navigation--children--margin-left: 15px;
    padding: var(--docspress--navigation--padding);
    margin: 0;
    font-size: var(--docspress--navigation--font-size);
    color: var(--docspress--navigation--color);
    list-style: none
}

.docspress-nav-list a {
    display: block;
    padding: var(--docspress--navigation--link--padding);
    padding-left: 0;
    font-weight: var(--docspress--navigation--link--font-weight);
    color: var(--docspress--navigation--link--color);
    text-decoration: none
}

.docspress-nav-list a:hover {
    color: var(--docspress--navigation--link-hover--color)
}

.docspress-nav-list>li>a {
    padding: var(--docspress--navigation--link-parent--padding)
}

.docspress-nav-list li.current_page_item>a {
    font-weight: var(--docspress--navigation--link-active--font-weight);
    color: var(--docspress--navigation--link-active--color)
}

.docspress-nav-list .docspress-nav-list-category {
    padding: var(--docspress--navigation--category--padding);
    font-weight: var(--docspress--navigation--category--font-weight)
}

.docspress-nav-list .children {
    display: none;
    padding: var(--docspress--navigation--children--padding);
    margin-left: var(--docspress--navigation--children--margin-left);
    list-style: none
}

.docspress-nav-list .children a {
    font-weight: var(--docspress--navigation--link-children--font-weight)
}

.docspress-nav-list.docspress-nav-list-show-childs .children,
.docspress-nav-list>.current_page_parent .children,
.docspress-nav-list>.current_page_item .children,
.docspress-nav-list>.current_page_ancestor .children {
    display: block
}

.docspress-single-content {
    --docspress--content--flex: 3;
    --docspress--content--min-width: 400px;
    --docspress--content--padding-bottom: 0;
    --docspress--footer--font-size: 0.85em;
    --docspress--footer--text-align: right;
    --docspress--footer--margin-bottom: 40px;
    --docspress--footer--background-color: transparent;
    --docspress--footer--time--color: var(--docspress-color-secondary);
    --docspress--footer--time--font-size: 0.9em;
    --docspress--footer--time--font-style: italic;
    --docspress--footer--time--font-weight: 400;
    position: relative;
    flex: var(--docspress--content--flex);
    min-width: var(--docspress--content--min-width);
    padding: var(--docspress--content--padding);
    padding-bottom: var(--docspress--content--padding-bottom)
}

.docspress-single-content .entry-footer {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: var(--docspress--footer--margin-bottom);
    font-size: var(--docspress--footer--font-size);
    text-align: var(--docspress--footer--text-align);
    background-color: var(--docspress--footer--background-color)
}

body:not(.search-results) .docspress-single-content .entry-footer {
    float: none;
    width: 100%
}

.docspress-single-content .entry-footer time {
    font-size: var(--docspress--footer--time--font-size);
    font-style: var(--docspress--footer--time--font-style);
    font-weight: var(--docspress--footer--time--font-weight);
    color: var(--docspress--footer--time--color)
}

.docspress-single-adjacent-nav {
    --docspress--adjacent-navigation--padding: 25px 39px;
    --docspress--adjacent-navigation--margin: 0 -39px;
    --docspress--adjacent-navigation--border-width: 1px;
    --docspress--adjacent-navigation--border-color: var(--docspress-color-border);
    display: flex;
    flex-wrap: wrap;
    padding: var(--docspress--adjacent-navigation--padding);
    margin: var(--docspress--adjacent-navigation--margin);
    border-top: var(--docspress--adjacent-navigation--border-width) solid var(--docspress--adjacent-navigation--border-color)
}

.docspress-single-adjacent-nav>* {
    flex: 1
}

.docspress-single-adjacent-nav .nav-previous {
    text-align: left
}

.docspress-single-adjacent-nav .nav-next {
    text-align: right
}

.docspress-single .comments-area {
    --docspress--comments--padding: 40px;
    --docspress--comments--margin: 0 -39px;
    --docspress--comments--border: 0;
    --docspress--comments--border-top: 1px solid var(--docspress-color-border);
    --docspress--comments--box-shadow: none;
    padding: var(--docspress--comments--padding);
    margin: var(--docspress--comments--margin);
    border: var(--docspress--comments--border);
    border-top: var(--docspress--comments--border-top);
    box-shadow: var(--docspress--comments--box-shadow)
}

.docspress-single-feedback {
    --docspress--feedback--padding: 15px 29px;
    --docspress--feedback--margin: 0 -39px;
    --docspress--feedback--border-width: 1px;
    --docspress--feedback--border-color: var(--docspress-color-border);
    --docspress--feedback--inner--padding: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: var(--docspress--feedback--padding);
    margin: var(--docspress--feedback--margin);
    border-top: var(--docspress--feedback--border-width) solid var(--docspress--feedback--border-color)
}

.docspress-single-feedback>* {
    flex: 1;
    padding: var(--docspress--feedback--inner--padding)
}

.docspress-single-feedback .docspress-single-feedback-vote {
    flex: none;
    text-align: right
}

.docspress-single-feedback.docspress-single-feedback-loading>* {
    opacity: .15
}

.docspress-single-feedback.docspress-single-feedback-loading>.docspress-preloader {
    opacity: 1
}

@media screen and (max-width: 768px) {

    .docspress-single-feedback>*,
    .docspress-single-feedback .docspress-single-feedback-vote {
        flex: 0 0 100%;
        text-align: center
    }
}

.docspress-single-feedback-suggestion {
    --docspress--feedback-suggestion--padding: 15px 29px;
    --docspress--feedback-suggestion--margin: 0 -39px;
    --docspress--feedback-suggestion--border-width: 1px;
    --docspress--feedback-suggestion--border-color: var(--docspress-color-border);
    --docspress--feedback-suggestion--inner--padding: 10px;
    --docspress--feedback-suggestion--form--margin-bottom: 15px;
    position: relative;
    padding: var(--docspress--feedback-suggestion--padding);
    margin: var(--docspress--feedback-suggestion--margin);
    border-top: var(--docspress--feedback-suggestion--border-width) solid var(--docspress--feedback-suggestion--border-color)
}

.docspress-single-feedback-suggestion>* {
    padding: var(--docspress--feedback-suggestion--inner--padding)
}

.docspress-single-feedback-suggestion textarea,
.docspress-single-feedback-suggestion input {
    display: block;
    width: 100%;
    margin-bottom: var(--docspress--feedback-suggestion--form--margin-bottom)
}

.docspress-single-feedback-suggestion.docspress-single-feedback-suggestion-loading>* {
    opacity: .15
}

.docspress-single-feedback-suggestion.docspress-single-feedback-suggestion-loading>.docspress-preloader {
    opacity: 1
}

.docspress-single-articles {
    --docspress--articles--font-size: 0.85em;
    --docspress--articles--link--padding: 2px 0 2px 15px;
    --docspress--articles--link--transition: color 0.1s;
    --docspress--articles--link-hover--color: var(--docspress-color-primary);
    --docspress--articles--link-bullet--top: 50%;
    --docspress--articles--link-bullet--width: 4px;
    --docspress--articles--link-bullet--height: 4px;
    --docspress--articles--link-bullet--border-radius: 2px;
    --docspress--articles--children--margin-left: 16px
}

.docspress-single-articles ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none
}

.docspress-single-articles ul ul {
    margin-left: var(--docspress--articles--children--margin-left)
}

.docspress-single-articles>ul {
    font-size: var(--docspress--articles--font-size)
}

.docspress-single-articles a {
    position: relative;
    display: block;
    padding: var(--docspress--articles--link--padding);
    transition: var(--docspress--articles--link--transition)
}

.docspress-single-articles a::before {
    position: absolute;
    top: var(--docspress--articles--link-bullet--top);
    left: 0;
    display: block;
    width: var(--docspress--articles--link-bullet--width);
    height: var(--docspress--articles--link-bullet--height);
    margin-top: calc(var(--docspress--articles--link-bullet--height)*-0.5);
    content: "";
    background-color: currentcolor;
    border-radius: var(--docspress--articles--link-bullet--border-radius)
}

.docspress-single-articles a:hover {
    color: var(--docspress--articles--link-hover--color)
}

@keyframes docspress-spinner {
    100% {
        transform: rotate(360deg)
    }
}

.docspress-preloader {
    --docspress--preloader--size: 30px;
    --docspress--preloader-inner--size: calc(var(--docspress--preloader--size) * 0.35);
    --docspress--preloader--weight: 3px;
    --docspress--preloader--color: var(--docspress-color-text);
    --docspress--preloader--background-opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 350px;
    opacity: 1
}

.docspress-preloader>span {
    position: relative;
    display: block;
    width: var(--docspress--preloader--size);
    height: var(--docspress--preloader--size)
}

.docspress-preloader>span::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--docspress--preloader--weight) var(--docspress--preloader--color);
    opacity: var(--docspress--preloader--background-opacity)
}

.docspress-preloader>span>span {
    position: absolute;
    display: block;
    width: var(--docspress--preloader-inner--size);
    height: var(--docspress--preloader-inner--size);
    overflow: hidden;
    transform-origin: calc(var(--docspress--preloader--size)*.5) calc(var(--docspress--preloader--size)*.5);
    animation: docspress-spinner .7s infinite linear
}

.docspress-preloader>span>span::after {
    display: block;
    width: var(--docspress--preloader--size);
    height: var(--docspress--preloader--size);
    content: "";
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--docspress--preloader--weight) var(--docspress--preloader--color)
}

.docspress-single.docspress-single-ajax-loading .docspress-single-sidebar>*,
.docspress-single.docspress-single-ajax-loading .docspress-single-content>* {
    opacity: .15
}

.docspress-single.docspress-single-ajax-loading .docspress-single-content>.docspress-preloader {
    opacity: 1
}

.docspress-archive {
    --docspress--archive--gap-v: 10px;
    --docspress--archive--gap-h: 30px;
    --docspress--archive--item--padding-v: 15px;
    --docspress--archive--item--padding-h: 0;
    --docspress--archive--item--line-height: 1.4;
    --docspress--archive--item--category--gap: 20px;
    --docspress--archive--item--category--font-size: 1.2em;
    --docspress--archive--item--category--font-weight: 600;
    --docspress--archive--item--title--font-size: 1em;
    --docspress--archive--item--title--will-change: transform;
    --docspress--archive--item--title--transition: color 0.1s, transform 0.2s;
    --docspress--archive--item--title--transform: translateY(-50%);
    --docspress--archive--item--title-hover--color: var(--docspress-color-primary);
    --docspress--archive--item--title-hover--transform: translateY(0);
    --docspress--archive--item--subtitle--font-size: 0.7em;
    --docspress--archive--item--subtitle--opacity: 0;
    --docspress--archive--item--subtitle--will-change: transform, opacity;
    --docspress--archive--item--subtitle--transition: color 0.1s, transform 0.2s, opacity 0.2s;
    --docspress--archive--item--subtitle--transform: translateY(50%);
    --docspress--archive--item--subtitle-hover--opacity: 1;
    --docspress--archive--item--subtitle-hover--transform: translateY(0);
    --docspress--archive--item-image--width: 40px;
    --docspress--archive--item-image--height: auto;
    --docspress--archive--item-image--gap: 15px;
    --docspress--archive--item-image--border-radius: 4px;
    --docspress--archive--more--color: var(--docspress-color-secondary);
    --docspress--archive--more-hover--color: var(--docspress-color-primary);
    --docspress--archive--children--color: var(--docspress-color-secondary);
    --docspress--archive--children--font-size: 0.85em;
    --docspress--archive--children--link--padding: 2px 0 2px 15px;
    --docspress--archive--children--link-hover--color: var(--docspress-color-primary);
    --docspress--archive--children--link-bullet--top: 50%;
    --docspress--archive--children--link-bullet--width: 4px;
    --docspress--archive--children--link-bullet--height: 4px;
    --docspress--archive--children--link-bullet--border-radius: 2px;
    --docspress--archive--children--link-bullet--background-color: currentcolor
}

.docspress-archive-description+.docspress-archive {
    margin-top: 30px
}

.docspress-archive-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: calc(var(--docspress--archive--gap-v)*-1);
    margin-left: calc(var(--docspress--archive--gap-h)*-1);
    list-style: none
}

.docspress-archive-list a {
    text-decoration: none;
    transition: color .1s
}

.docspress-archive-list .more a {
    color: var(--docspress--archive--more--color)
}

.docspress-archive-list .more a::before {
    content: none
}

.docspress-archive-list .more a:hover {
    color: var(--docspress--archive--more-hover--color)
}

.docspress-archive-list .docspress-archive-list-item ul {
    margin: 0
}

.docspress-archive-list ul {
    padding-left: 0;
    margin: 0;
    font-size: var(--docspress--archive--children--font-size);
    color: var(--docspress--archive--children--color);
    list-style: none
}

.docspress-archive-list ul li {
    margin: 0
}

.docspress-archive-list ul a {
    position: relative;
    display: block;
    padding: var(--docspress--archive--children--link--padding)
}

.docspress-archive-list ul a::before {
    position: absolute;
    top: var(--docspress--archive--children--link-bullet--top);
    left: 0;
    display: block;
    width: var(--docspress--archive--children--link-bullet--width);
    height: var(--docspress--archive--children--link-bullet--height);
    margin-top: calc(var(--docspress--archive--children--link-bullet--height)*-0.5);
    content: "";
    background-color: var(--docspress--archive--children--link-bullet--background-color);
    border-radius: var(--docspress--archive--children--link-bullet--border-radius)
}

.docspress-archive-list ul a:hover {
    color: var(--docspress--archive--children--link-hover--color)
}

.docspress-archive-list-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    padding-top: var(--docspress--archive--gap-v);
    padding-left: var(--docspress--archive--gap-h);
    margin: 0
}

@media screen and (max-width: 991px) {
    .docspress-archive-list-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 576px) {
    .docspress-archive-list-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.docspress-archive-list-item .docspress-archive-list-item {
    padding: 15px;
    margin-left: 20px;
    list-style-type: disc
}

.docspress-archive-list li+.docspress-archive-list-category {
    margin-top: var(--docspress--archive--item--category--gap)
}

.docspress-archive-list-category {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: var(--docspress--archive--gap-v);
    padding-left: var(--docspress--archive--gap-h);
    font-size: var(--docspress--archive--item--category--font-size);
    font-weight: var(--docspress--archive--item--category--font-weight)
}

.docspress-archive-list-item-title {
    display: flex;
    align-items: center;
    padding: var(--docspress--archive--item--padding-v) var(--docspress--archive--item--padding-h);
    margin: 0;
    line-height: var(--docspress--archive--item--line-height)
}

.docspress-archive-list-item-title span h2 {
    padding: 0;
    margin: 0
}

.docspress-archive-list-item-title img {
    flex: 0 0 auto;
    width: var(--docspress--archive--item-image--width);
    height: var(--docspress--archive--item-image--height);
    margin-right: var(--docspress--archive--item-image--gap);
    border-radius: var(--docspress--archive--item-image--border-radius)
}

.docspress-archive-list-item-title img+span {
    max-width: calc(100% - (var(--docspress--archive--item-image--gap) + var(--docspress--archive--item-image--width)))
}

.docspress-archive-list-item-title>span {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.docspress-archive-list-item-title>span h2,
.docspress-archive-list-item-title>span span,
.docspress-archive-list-item-title>span strong {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.docspress-archive-list-item-title>span span {
    font-size: var(--docspress--archive--item--subtitle--font-size);
    opacity: var(--docspress--archive--item--subtitle--opacity);
    will-change: var(--docspress--archive--item--subtitle--will-change);
    transition: var(--docspress--archive--item--subtitle--transition);
    transform: var(--docspress--archive--item--subtitle--transform)
}

.docspress-archive-list-item-title>span h2 {
    font-size: var(--docspress--archive--item--title--font-size);
    will-change: var(--docspress--archive--item--title--will-change);
    transition: var(--docspress--archive--item--title--transition);
    transform: var(--docspress--archive--item--title--transform)
}

.docspress-archive-list-item-title:hover>span span {
    opacity: var(--docspress--archive--item--subtitle-hover--opacity);
    transform: var(--docspress--archive--item--subtitle-hover--transform)
}

.docspress-archive-list-item-title:hover>span h2 {
    color: var(--docspress--archive--item--title-hover--color);
    transform: var(--docspress--archive--item--title-hover--transform)
}

.theme-twentytwentytwo .wp-block-docspress-archive,
.theme-twentytwentytwo .wp-block-docspress-archive *,
.theme-twentytwentytwo .wp-block-docspress-archive *::before,
.theme-twentytwentytwo .wp-block-docspress-archive *::after,
.theme-twentytwentytwo .wp-block-docspress-single,
.theme-twentytwentytwo .wp-block-docspress-single *,
.theme-twentytwentytwo .wp-block-docspress-single *::before,
.theme-twentytwentytwo .wp-block-docspress-single *::after {
    box-sizing: border-box
}

.theme-twentytwentytwo .wp-block-docspress-archive .page-title,
.theme-twentytwentytwo .wp-block-docspress-archive .entry-title,
.theme-twentytwentytwo .wp-block-docspress-single .page-title,
.theme-twentytwentytwo .wp-block-docspress-single .entry-title {
    font-size: var(--wp--custom--typography--font-size--gigantic)
}

.theme-twentytwentytwo .wp-block-docspress-archive .wp-block-button__link,
.theme-twentytwentytwo .wp-block-docspress-single .wp-block-button__link {
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    cursor: pointer;
    border: none
}

.theme-twentytwentyone.post-type-archive-docs .page-header {
    max-width: var(--responsive--alignwide-width);
    margin-right: auto;
    margin-left: auto
}

.theme-twentytwentyone .docspress-archive-list-item-title img {
    max-width: var(--docspress--archive--item-image--width) !important
}

.theme-twentytwentyone .docspress-single {
    max-width: var(--responsive--alignwide-width);
    margin-right: auto;
    margin-left: auto
}

.theme-twentytwentyone .docspress-single .entry-header {
    margin-bottom: 0;
    border-bottom: none
}

.theme-twentytwentyone .docspress-single .entry-title {
    font-size: var(--global--font-size-xl)
}

.theme-twentytwentyone .docspress-single .entry-content>* {
    width: auto !important;
    max-width: none !important
}

.theme-twentytwenty.post-type-archive-docs .page-title {
    max-width: 168rem;
    margin-bottom: 0;
    text-align: center
}

.theme-twentytwenty .docspress-single {
    width: calc(100% - 4rem);
    max-width: 120rem;
    margin: 40px auto
}

.theme-twentytwenty .docspress-single .entry-header {
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0)
}

.theme-twentytwenty .docspress-single .entry-content>* {
    width: auto !important;
    max-width: none !important
}

.theme-twentynineteen .docspress-archive-list-item-title h2::before {
    content: none
}

.theme-twentynineteen .docspress-single {
    max-width: calc(100% - 2rem);
    margin: 0 1rem
}

@media only screen and (min-width: 768px) {
    .theme-twentynineteen .docspress-single {
        max-width: 80%;
        padding: 0 60px;
        margin: 0 10%
    }
}

.theme-twentynineteen .docspress-single-content .entry-header,
.theme-twentynineteen .docspress-single-content .entry-content,
.theme-twentynineteen .docspress-single-content .entry-footer {
    max-width: none;
    padding: 0;
    margin-left: 0
}

.theme-twentyseventeen .docspress-wrap {
    float: none !important;
    width: 100% !important;
    max-width: 700px;
    padding-right: 2em;
    padding-left: 2em;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 48em) {
    .theme-twentyseventeen .docspress-wrap {
        max-width: 1000px;
        padding-right: 3em;
        padding-left: 3em
    }
}

.theme-twentyseventeen .docspress-wrap .docspress-single-content .entry-footer {
    border: none
}

.theme-twentyseventeen .docspress-wrap .docspress-single-content .docspress-single-articles a,
.theme-twentyseventeen .docspress-wrap .docspress-archive-list>.docspress-archive-list-item a,
.theme-twentyseventeen .docspress-wrap .docspress-archive-list>.docspress-archive-list-item .docspress-archive-list-item-title img {
    box-shadow: none
}

.theme-twentysixteen .docspress-wrap .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

@media screen and (min-width: 56.875em) {
    .theme-twentysixteen .docspress-wrap .site-main {
        margin-right: 0;
        margin-left: 0
    }
}

.theme-twentysixteen .docspress-wrap .site-main .entry-header,
.theme-twentysixteen .docspress-wrap .site-main .post-thumbnail,
.theme-twentysixteen .docspress-wrap .site-main .comments-area,
.theme-twentysixteen .docspress-wrap .site-main .image-navigation,
.theme-twentysixteen .docspress-wrap .site-main .post-navigation,
.theme-twentysixteen .docspress-wrap .site-main .page-header,
.theme-twentysixteen .docspress-wrap .site-main .page-content,
.theme-twentysixteen .docspress-wrap .site-main .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0
}

.theme-twentysixteen .docspress-wrap .site-main .entry-content,
.theme-twentysixteen .docspress-wrap .site-main .entry-summary,
.theme-twentysixteen .docspress-wrap .site-main .entry-footer {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.theme-twentysixteen .docspress-wrap .site-main .entry-footer {
    float: none;
    width: auto !important
}

.theme-twentysixteen .docspress-wrap .docspress-single-content .docspress-single-articles a,
.theme-twentysixteen .docspress-wrap .docspress-archive-list>.docspress-archive-list-item a,
.theme-twentysixteen .docspress-wrap .docspress-archive-list>.docspress-archive-list-item .docspress-archive-list-item-title img {
    box-shadow: none
}

.theme-twentysixteen .docspress-wrap .docspress-single-content .docspress-single-articles a:not(:hover),
.theme-twentysixteen .docspress-wrap .docspress-archive-list>.docspress-archive-list-item a:not(:hover) {
    color: inherit
}

.theme-twentyfifteen .docspress-wrap .docspress-single-content,
.theme-twentyfifteen .docspress-wrap .docspress-single-sidebar-wrap {
    padding: 7%
}

@media screen and (min-width: 38.75em) {

    .theme-twentyfifteen .docspress-wrap .docspress-single-content,
    .theme-twentyfifteen .docspress-wrap .docspress-single-sidebar-wrap {
        padding: 6%
    }
}

@media screen and (min-width: 59.6875em) {

    .theme-twentyfifteen .docspress-wrap .docspress-single-content,
    .theme-twentyfifteen .docspress-wrap .docspress-single-sidebar-wrap {
        padding: 5%
    }
}

.theme-twentyfifteen .docspress-wrap .docspress-single-breadcrumbs {
    margin-top: 0
}

.docspress-single-sidebar .docspress-nav-list a,
.docspress-single .docspress-single-articles a,
.docspress-archive .docspress-archive-list a {
    border-bottom: none
}

span.docspress-btn-remove {
    display: none ! important;
}