/*
Global docs style.

Table of contents:
==================
1. General
2. Grid
3. Transition
4. Theme Support
5. Hero
6. Breadcrumb
7. Pagination
8. Docs Categories
9. Docs Archive
10. Docs Single
11. Comment
12. Responsive
*/

/* 1. General
================================================== */
.sgkb-wrap,
.sgkb-wrap::before,
.sgkb-wrap::after,
.sgkb-wrap *,
.sgkb-wrap *::before,
.sgkb-wrap *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-wrap {
    background: #ffffff;
    padding: 0 16px;
}

.sgkb-main {
    width: 100%;
    max-width: 1140px;
    padding: 40px 0;
    margin: 0 auto;
}

/* Screen reader text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 20px 0 rgba(98, 98, 98, 0.15);
    clip: auto !important;
    clip-path: none;
    color: #2563eb;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    width: auto;
    height: auto;
    top: 5px;
    left: 5px;
    padding: 15px 23px 14px;
    text-decoration: none;
    z-index: 100000;
}

.sgkb-template .content-area,
.sgkb-template .site-main {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.sgkb-d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sgkb-d-flex-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sgkb-border-box,
.sgkb-border-box::before,
.sgkb-border-box::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-border-box-r,
.sgkb-border-box-r::before,
.sgkb-border-box-r::after,
.sgkb-border-box-r *,
.sgkb-border-box-r *::before,
.sgkb-border-box-r *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-content-box,
.sgkb-content-box::before,
.sgkb-content-box::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sgkb-content-box-r,
.sgkb-content-box-r::before,
.sgkb-content-box-r::after,
.sgkb-content-box-r *,
.sgkb-content-box-r *::before,
.sgkb-content-box-r *::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sgkb-hidden {
    display: none !important;
}

.sgkb-hidden-f {
    display: none !important;
    width: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.sgkb-clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.sgkb-clean-html>p,
.sgkb-clean-html>br,
.sgkb-clean-deep-html p,
.sgkb-clean-deep-html br {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
}

.sgkb-loading {
    position: relative;
}

.sgkb-loading::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999;
}

.sgkb-loading::after {
    position: absolute;
    content: "\e150";
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    background-color: transparent;
    font-family: 'sgkb-icon' !important;
    font-size: 40px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    color: #2563eb;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: sgkb-loading-spinner 1.25s linear infinite;
    margin: -20px 0 0 -20px;
    z-index: 999;
}

@keyframes sgkb-loading-spinner {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 2. Grid
================================================== */
.sgkb-container {
    width: 100%;
    max-width: 1270px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-container-no-padding {
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-container-fluid-no-padding {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-row-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-row-gap-0 {
    margin-right: 0;
    margin-left: 0;
}

.sgkb-row-gap-4 {
    margin-right: -4px;
    margin-left: -4px;
}

.sgkb-row-gap-8 {
    margin-right: -8px;
    margin-left: -8px;
}

.sgkb-row-gap-12 {
    margin-right: -12px;
    margin-left: -12px;
}

.sgkb-row-gap-16 {
    margin-right: -16px;
    margin-left: -16px;
}

.sgkb-row-gap-20 {
    margin-right: -20px;
    margin-left: -20px;
}

.sgkb-row-gap-24 {
    margin-right: -24px;
    margin-left: -24px;
}

.sgkb-row-gap-28 {
    margin-right: -28px;
    margin-left: -28px;
}

.sgkb-row-gap-32 {
    margin-right: -32px;
    margin-left: -32px;
}

.sgkb-align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.sgkb-align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.sgkb-align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.sgkb-align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.sgkb-align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.sgkb-align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.sgkb-justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sgkb-justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.sgkb-justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sgkb-justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sgkb-justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sgkb-col,
.sgkb-col-1,
.sgkb-col-2,
.sgkb-col-3,
.sgkb-col-4,
.sgkb-col-5,
.sgkb-col-6,
.sgkb-col-7,
.sgkb-col-8,
.sgkb-col-9,
.sgkb-col-10,
.sgkb-col-11,
.sgkb-col-12,
.sgkb-col-auto,
.sgkb-col-sm,
.sgkb-col-sm-1,
.sgkb-col-sm-2,
.sgkb-col-sm-3,
.sgkb-col-sm-4,
.sgkb-col-sm-5,
.sgkb-col-sm-6,
.sgkb-col-sm-7,
.sgkb-col-sm-8,
.sgkb-col-sm-9,
.sgkb-col-sm-10,
.sgkb-col-sm-11,
.sgkb-col-sm-12,
.sgkb-col-sm-auto,
.sgkb-col-md,
.sgkb-col-md-1,
.sgkb-col-md-2,
.sgkb-col-md-3,
.sgkb-col-md-4,
.sgkb-col-md-5,
.sgkb-col-md-6,
.sgkb-col-md-7,
.sgkb-col-md-8,
.sgkb-col-md-9,
.sgkb-col-md-10,
.sgkb-col-md-11,
.sgkb-col-md-12,
.sgkb-col-md-auto,
.sgkb-col-lg,
.sgkb-col-lg-1,
.sgkb-col-lg-2,
.sgkb-col-lg-3,
.sgkb-col-lg-4,
.sgkb-col-lg-5,
.sgkb-col-lg-6,
.sgkb-col-lg-7,
.sgkb-col-lg-8,
.sgkb-col-lg-9,
.sgkb-col-lg-10,
.sgkb-col-lg-11,
.sgkb-col-lg-12,
.sgkb-col-lg-auto,
.sgkb-col-xl,
.sgkb-col-xl-1,
.sgkb-col-xl-2,
.sgkb-col-xl-3,
.sgkb-col-xl-4,
.sgkb-col-xl-5,
.sgkb-col-xl-6,
.sgkb-col-xl-7,
.sgkb-col-xl-8,
.sgkb-col-xl-9,
.sgkb-col-xl-10,
.sgkb-col-xl-11,
.sgkb-col-xl-12,
.sgkb-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sgkb-col-gap-0 {
    padding-right: 0;
    padding-left: 0;
}

.sgkb-col-gap-4 {
    padding-right: 4px;
    padding-left: 4px;
}

.sgkb-col-gap-8 {
    padding-right: 8px;
    padding-left: 8px;
}

.sgkb-col-gap-12 {
    padding-right: 12px;
    padding-left: 12px;
}

.sgkb-col-gap-16 {
    padding-right: 16px;
    padding-left: 16px;
}

.sgkb-col-gap-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.sgkb-col-gap-24 {
    padding-right: 24px;
    padding-left: 24px;
}

.sgkb-col-gap-28 {
    padding-right: 28px;
    padding-left: 28px;
}

.sgkb-col-gap-32 {
    padding-right: 32px;
    padding-left: 32px;
}

/* Extra small columns  */
.sgkb-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.sgkb-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.sgkb-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.sgkb-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.sgkb-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.sgkb-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.sgkb-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.sgkb-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.sgkb-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.sgkb-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.sgkb-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.sgkb-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.sgkb-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sgkb-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

/* Small columns  */
@media only screen and (min-width: 576px) {
    .sgkb-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .sgkb-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .sgkb-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .sgkb-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sgkb-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .sgkb-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .sgkb-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sgkb-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .sgkb-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .sgkb-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .sgkb-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .sgkb-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .sgkb-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sgkb-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

/* Medium columns  */
@media only screen and (min-width: 768px) {
    .sgkb-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .sgkb-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .sgkb-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .sgkb-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sgkb-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .sgkb-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .sgkb-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sgkb-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .sgkb-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .sgkb-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .sgkb-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .sgkb-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .sgkb-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sgkb-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

/* Large columns  */
@media only screen and (min-width: 992px) {
    .sgkb-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .sgkb-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .sgkb-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .sgkb-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sgkb-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .sgkb-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .sgkb-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sgkb-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .sgkb-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .sgkb-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .sgkb-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .sgkb-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .sgkb-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sgkb-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

/* Extra large columns  */
@media only screen and (min-width: 1200px) {
    .sgkb-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .sgkb-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .sgkb-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .sgkb-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sgkb-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .sgkb-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .sgkb-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sgkb-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .sgkb-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .sgkb-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .sgkb-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .sgkb-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .sgkb-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sgkb-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

/* 3. Transition
================================================== */
.sgkb-transition-0 {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease-out;
    transition: all 0s ease 0s;
}

.sgkb-transition-1 {
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease 0s;
}

.sgkb-transition-2 {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease 0s;
}

.sgkb-transition-3 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease 0s;
}

.sgkb-transition-4 {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease 0s;
}

.sgkb-transition-5 {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease 0s;
}

/* 4. Theme Support
================================================== */
/* Astra
========================= */
.sgkb-astra #content .ast-container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.sgkb-astra #content #primary {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* 5. Hero
================================================== */
.sgkb-hero {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 8px;
    box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.08);
    padding: 44px 32px 48px 32px;
    margin: 0;
}

.sgkb-hero .sgkb-hero-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0;
}

.sgkb-hero .sgkb-hero-desc {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 12px 0 0 0;
}

.sgkb-hero .sgkb-hero-query {
    margin: 32px 0 0 0;
}

.sgkb-hero .sgkb-hero-search {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.sgkb-hero .sgkb-hero-search-input {
    position: relative;
    z-index: 3;
}

.sgkb-hero .sgkb-hero-search-input,
.sgkb-hero .sgkb-hero-search-input:focus {
    display: block;
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
    padding: 0 56px 0 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
    box-shadow: none;
    outline: none;
}

.sgkb-hero .sgkb-hero-search-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    line-height: 0;
    z-index: 3;
}

.sgkb-hero .sgkb-hero-search-icon svg {
    height: 20px;
    width: auto;
    fill: #94a3b8;
}

.sgkb-hero .sgkb-hero-search-icon .sgkb-icon-spinner {
    animation: sgkb-loading-spinner 1.25s linear infinite;
}

.sgkb-hero .sgkb-hero-search-icon .sgkb-icon-xmark {
    cursor: pointer;
}

.sgkb-hero .sgkb-hero-search-icon .sgkb-icon-xmark:hover,
.sgkb-hero .sgkb-hero-search-icon .sgkb-icon-xmark:focus,
.sgkb-hero .sgkb-hero-search-icon .sgkb-icon-xmark:active {
    fill: #3b82f6;
}

.sgkb-hero .sgkb-hero-search-results {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transform: translateY(-18px);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.08);
    padding: 42px 0 0 0;
    overflow: hidden;
    z-index: 2;
}

.sgkb-hero .sgkb-hero-search-results-inner {
    height: auto;
    max-height: 350px;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
    overflow-y: auto;
}

.sgkb-hero-search-empty {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1e293b;
    padding: 12px 16px;
    margin: 0;
}

.sgkb-hero .sgkb-hero-search-article {
    display: flex;
    padding: 12px 16px;
    margin: 0;
}

.sgkb-hero .sgkb-hero-search-article:hover,
.sgkb-hero .sgkb-hero-search-article:focus {
    background: #f8fafc;
}

.sgkb-hero .sgkb-hero-search-article+.sgkb-hero-search-article {
    border-top: 1px solid #e2e8f0;
}

.sgkb-hero .sgkb-hero-search-article-link,
.sgkb-hero .sgkb-hero-search-article-link:hover,
.sgkb-hero .sgkb-hero-search-article-link:focus,
.sgkb-hero .sgkb-hero-search-article-link:visited {
    display: block;
    width: 100%;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sgkb-hero .sgkb-hero-search-article-inner {
    display: flex;
    gap: 16px;
}

.sgkb-hero .sgkb-hero-search-article-thumb {
    width: 70px;
}

.sgkb-hero .sgkb-hero-search-article-thumb img {
    width: 100%;
    height: auto;
}

.sgkb-hero .sgkb-hero-search-article-category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.sgkb-hero .sgkb-hero-search-article-category-color {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dedede;
}

.sgkb-hero .sgkb-hero-search-article-category-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
}

.sgkb-hero .sgkb-hero-search-article-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1e293b;
    padding: 0;
    margin: 0;
}

.sgkb-hero .sgkb-hero-search-article-excerpt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6c737b;
    max-height: 22px;
    overflow: hidden;
    padding: 0;
    margin: 4px 0 0 0;
}

/* 6. Breadcrumb
================================================== */
.sgkb-breadcrumb .sgkb-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sgkb-breadcrumb .sgkb-breadcrumb-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
    padding: 0;
    margin: 0
}

.sgkb-breadcrumb .sgkb-breadcrumb-link,
.sgkb-breadcrumb .sgkb-breadcrumb-link:hover,
.sgkb-breadcrumb .sgkb-breadcrumb-link:focus,
.sgkb-breadcrumb .sgkb-breadcrumb-link:visited {
    color: #1e293b;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sgkb-breadcrumb .sgkb-breadcrumb-separator {
    line-height: 0;
}

.sgkb-breadcrumb .sgkb-breadcrumb-separator svg {
    height: 14px;
    width: auto;
    fill: #94a3b8;
}

/* 7. Pagination
================================================== */
.sgkb-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 32px;
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
}

.sgkb-pagination .sgkb-pagination-info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
    padding: 0;
    margin: 0;
}

.sgkb-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sgkb-pagination .page-numbers li>a,
.sgkb-pagination .page-numbers li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 32px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
    padding: 0;
    margin: 0;
}

.sgkb-pagination .page-numbers li>a,
.sgkb-pagination .page-numbers li>a:hover,
.sgkb-pagination .page-numbers li>a:focus,
.sgkb-pagination .page-numbers li>a:visited {
    color: #1e293b;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sgkb-pagination .page-numbers li>a:hover,
.sgkb-pagination .page-numbers li>a:focus {
    background-color: rgba(0, 0, 0, 0.06);
}

.sgkb-pagination .page-numbers li>span.current {
    border: 1px solid #3b82f6;
}

.sgkb-pagination .page-numbers .sgkb-pagination-icon {
    line-height: 0;
}

.sgkb-pagination .page-numbers .sgkb-pagination-icon svg {
    height: 16px;
    width: auto;
    fill: #94a3b8;
}

/* 8. Docs Categories
================================================== */
.sgkb-category-cards {
    margin-left: -16px;
    margin-right: -16px;
}

.sgkb-category-cards-grid {
    display: flex;
    flex-wrap: wrap;
}

.sgkb-category-card {
    width: 100%;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 32px 0 0 0;
}

.sgkb-category-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.08);
    height: 100%;
    overflow: hidden;
}

.sgkb-category-card .sgkb-category-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 20px;
}

.sgkb-category-card .sgkb-category-card-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #1e293b;
    padding: 0;
    margin: 0;
}

.sgkb-category-card .sgkb-category-card-title-link,
.sgkb-category-card .sgkb-category-card-title-link:hover,
.sgkb-category-card .sgkb-category-card-title-link:focus,
.sgkb-category-card .sgkb-category-card-title-link:visited {
    color: #1e293b;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sgkb-category-card .sgkb-category-card-color {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f1f5f9;
}

.sgkb-category-card .sgkb-category-card-body {
    padding: 20px;
}

.sgkb-category-card .sgkb-category-card-articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sgkb-category-card .sgkb-category-card-article {
    display: flex;
    align-items: start;
    gap: 8px;
}

.sgkb-category-card .sgkb-category-card-article+.sgkb-category-card-article {
    margin-top: 12px;
}

.sgkb-category-card .sgkb-category-card-article-icon {
    display: flex;
    align-items: center;
    height: 24px;
    line-height: 0;
}

.sgkb-category-card .sgkb-category-card-article-icon svg {
    height: 14px;
    width: auto;
    fill: #94a3b8;
}

.sgkb-category-card .sgkb-category-card-article-title,
.sgkb-category-card .sgkb-category-card-article-title:hover,
.sgkb-category-card .sgkb-category-card-article-title:focus,
.sgkb-category-card .sgkb-category-card-article-title:active,
.sgkb-category-card .sgkb-category-card-article-title:visited {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sgkb-category-card .sgkb-category-card-article-title:hover,
.sgkb-category-card .sgkb-category-card-article-title:focus {
    color: #3b82f6;
}

.sgkb-category-card .sgkb-category-card-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0 12px;
    border-top: 1px solid #e2e8f0;
    padding: 12px 20px;
}

.sgkb-category-card .sgkb-category-card-view-all-docs-link,
.sgkb-category-card .sgkb-category-card-view-all-docs-link:hover,
.sgkb-category-card .sgkb-category-card-view-all-docs-link:focus,
.sgkb-category-card .sgkb-category-card-view-all-docs-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3b82f6;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 4px 12px;
    margin: 0;
}

.sgkb-category-card .sgkb-category-card-view-all-docs-link:hover,
.sgkb-category-card .sgkb-category-card-view-all-docs-link:focus {
    border: 1px solid #3b82f6;
    gap: 8px;
}

.sgkb-category-card .sgkb-category-card-view-all-docs-link-icon {
    line-height: 0;
}

.sgkb-category-card .sgkb-category-card-view-all-docs-link-icon svg {
    height: 14px;
    width: auto;
    fill: #3b82f6;
}

.sgkb-category-card .sgkb-category-card-docs-count {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #94a3b8;
    padding: 0;
    margin: 0;
}

/* 9. Docs Archive
================================================== */
.sgkb-archive-articles {
    margin-left: -16px;
    margin-right: -16px;
}

.sgkb-archive-articles-grid {
    display: flex;
    flex-wrap: wrap;
}

.sgkb-archive-article {
    width: 100%;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 32px 0 0 0;
}

.sgkb-archive-article .sgkb-archive-article-link {
    display: block;
    height: 100%;
}

.sgkb-archive-article .sgkb-archive-article-link,
.sgkb-archive-article .sgkb-archive-article-link:hover,
.sgkb-archive-article .sgkb-archive-article-link:focus,
.sgkb-archive-article .sgkb-archive-article-link:visited {
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sgkb-archive-article .sgkb-archive-article-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.08);
    height: 100%;
    overflow: hidden;
}

.sgkb-archive-article .sgkb-article-body {
    padding: 20px;
}

.sgkb-archive-article .sgkb-article-category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.sgkb-archive-article .sgkb-article-category-color {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dedede;
}

.sgkb-archive-article .sgkb-article-category-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
}

.sgkb-archive-article .sgkb-article-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #1e293b;
    padding: 0;
    margin: 0;
}

.sgkb-archive-article .sgkb-article-excerpt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6c737b;
    max-height: 44px;
    overflow: hidden;
    padding: 0;
    margin: 8px 0 0 0;
}

.sgkb-archive-article .sgkb-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0 0;
}

.sgkb-archive-article .sgkb-article-tag {
    display: block;
    background: #f1f5f9;
    border-radius: 22px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #1e293b;
    padding: 2px 12px;
}

.sgkb-archive-article .sgkb-article-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 12px 20px;
}

.sgkb-archive-article .sgkb-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 16px;
}

.sgkb-archive-article .sgkb-article-meta-item {
    display: flex;
    align-items: center;
    gap: 4px
}

.sgkb-archive-article .sgkb-article-meta-icon {
    line-height: 0;
}

.sgkb-archive-article .sgkb-article-meta-icon svg {
    height: 14px;
    width: auto;
    fill: #94a3b8;
}

.sgkb-archive-article .sgkb-article-meta-label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #6c737b;
}

/* No Results */
.sgkb-archive-no-results {
    margin: 32px 0 0 0;
}

.sgkb-archive-no-results .sgkb-archive-no-results-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 100px 0 rgba(40, 47, 98, 0.08);
    height: 100%;
    padding: 20px;
    overflow: hidden;
}

.sgkb-archive-no-results .sgkb-archive-no-results-icon {
    line-height: 0;
}

.sgkb-archive-no-results .sgkb-archive-no-results-icon svg {
    height: 16px;
    width: auto;
    fill: #94a3b8;
}

.sgkb-archive-no-results .sgkb-archive-no-results-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
}

/* 10. Docs Single
================================================== */
.sgkb-single-inner {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 100px 0 #282f6214;
    padding: 30px;
}

.sgkb-single-article .sgkb-single-article-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}

.sgkb-single-article .sgkb-single-article-meta-item {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #1e293b;
}

.sgkb-single-article .sgkb-single-article-meta-item-label {
    font-weight: 500;
}

.sgkb-single-article .sgkb-single-article-meta-item-icon {
    line-height: 0;
}

.sgkb-single-article .sgkb-single-article-meta-item-icon svg {
    height: 16px;
    width: auto;
    fill: #94a3b8;
}

.sgkb-single-article .sgkb-single-article-meta-item-link,
.sgkb-single-article .sgkb-single-article-meta-item-link:hover,
.sgkb-single-article .sgkb-single-article-meta-item-link:focus,
.sgkb-single-article .sgkb-single-article-meta-item-link:visited {
    color: #1e293b;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sgkb-single-article .sgkb-breadcrumb+.sgkb-single-article-title {
    margin: 24px 0 0 0;
}

.sgkb-single-article .sgkb-breadcrumb+.sgkb-single-article-meta,
.sgkb-single-article .sgkb-single-article-title+.sgkb-single-article-meta {
    margin: 8px 0 0 0;
}

.sgkb-single-article .sgkb-single-article-header+.sgkb-single-article-content {
    margin: 32px 0 0 0;
}

.sgkb-single-article .sgkb-single-article-thumbnail {
    margin: 0 0 32px 0;
}

.sgkb-single-article .sgkb-single-article-thumbnail img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.sgkb-single-article .sgkb-single-article-footer {
    margin: 32px 0 0 0;
}

.sgkb-single-article .sgkb-single-article-reaction-inner {
    background: #f8fafc;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
}

.sgkb-single-article .sgkb-single-article-reaction-inner.sgkb-feedback {
    padding: 43px 20px;
}

.sgkb-single-article .sgkb-single-article-reaction-label {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #1e293b;
}

.sgkb-single-article .sgkb-feedback .sgkb-single-article-reaction-label {
    font-weight: 400;
}

.sgkb-single-article .sgkb-single-article-reaction-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0 0;
}

.sgkb-single-article .sgkb-single-article-reaction-button,
.sgkb-single-article .sgkb-single-article-reaction-button:hover,
.sgkb-single-article .sgkb-single-article-reaction-button:focus,
.sgkb-single-article .sgkb-single-article-reaction-button:active {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 4px 12px;
    margin: 0;
    cursor: pointer;
}

.sgkb-single-article .sgkb-single-article-reaction-button:hover,
.sgkb-single-article .sgkb-single-article-reaction-button:focus {
    background: #e2e8f0;
}

.sgkb-single-article .sgkb-single-article-reaction-button-icon {
    line-height: 0;
}

.sgkb-single-article .sgkb-single-article-reaction-button-icon svg {
    height: 14px;
    width: auto;
    fill: #94a3b8;
}

.sgkb-single-article .sgkb-single-article-reaction-button-icon .sgkb-icon-spinner {
    animation: sgkb-loading-spinner 1.25s linear infinite;
}

.sgkb-single-article .sgkb-single-article-reaction+.sgkb-single-article-footer-meta {
    margin: 32px 0 0 0;
}

.sgkb-single-article .sgkb-single-article-footer-meta-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e293b;
}

.sgkb-single-article .sgkb-single-article-footer-meta-item-label {
    font-weight: 500;
}

.sgkb-single-article .sgkb-single-article-footer-meta-item-link,
.sgkb-single-article .sgkb-single-article-footer-meta-item-link:hover,
.sgkb-single-article .sgkb-single-article-footer-meta-item-link:focus,
.sgkb-single-article .sgkb-single-article-footer-meta-item-link:visited {
    color: #1e293b;
    transition: all 0.2s;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
}

/* 11. Comment
================================================== */
.sgkb-single-article-comment {
    margin-top: 32px;
}

/* 12. Responsive
================================================== */
@media only screen and (min-width: 768px) {

    .sgkb-category-card-grid,
    .sgkb-category-card-masonry,
    .sgkb-archive-article-grid,
    .sgkb-archive-article-masonry {
        width: 50%;
    }

}

@media only screen and (min-width: 992px) {

    .sgkb-category-card-grid[data-sgkb-number-of-columns="2"],
    .sgkb-category-card-masonry[data-sgkb-number-of-columns="2"],
    .sgkb-archive-article-grid[data-sgkb-number-of-columns="2"],
    .sgkb-archive-article-masonry[data-sgkb-number-of-columns="2"] {
        width: 50%;
    }

    .sgkb-category-card-grid[data-sgkb-number-of-columns="3"],
    .sgkb-category-card-masonry[data-sgkb-number-of-columns="3"],
    .sgkb-archive-article-grid[data-sgkb-number-of-columns="3"],
    .sgkb-archive-article-masonry[data-sgkb-number-of-columns="3"] {
        width: 33.333333%;
    }

    .sgkb-category-card-grid[data-sgkb-number-of-columns="4"],
    .sgkb-category-card-masonry[data-sgkb-number-of-columns="4"],
    .sgkb-archive-article-grid[data-sgkb-number-of-columns="4"],
    .sgkb-archive-article-masonry[data-sgkb-number-of-columns="4"] {
        width: 25%;
    }

}