﻿.sky-wiki-library {
    width: 100%;
    background: #f4f5f7;
    padding: 14px;
    font-family: Arial,sans-serif;
    color: #1f2937;
}

.sky-wiki-library-wrap {
    width: 100%;
    background: #fff;
    border: 1px solid #dde3ea;
}

.sky-wiki-library-header {
    width: 100%;
    min-height: 138px;
    display: grid;
    grid-template-columns: 280px 1fr 180px;
    gap: 14px;
    align-items: stretch;
    padding: 12px;
    border-bottom: 1px solid #e5eaf0;
    background: #fff;
}

.sky-wiki-library-brand {
    border: 1px solid #e2e7ee;
    border-left: 4px solid #E13723;
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3;
}

    .sky-wiki-library-brand span {
        display: block;
        font-size: 12px;
        color: #E13723;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .sky-wiki-library-brand h1 {
        margin: 0 0 7px;
        font-size: 24px;
        color: #1f2937;
    }

    .sky-wiki-library-brand p {
        margin: 0;
        color: #667085;
        font-size: 13px;
        line-height: 1.5;
    }

.sky-wiki-library-logo {
    width: 180px;
    height: 130px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
    background: #fff;
    position:absolute;
}

    .sky-wiki-library-logo img {
        width: 180px;
        height: 130px;
        object-fit: contain;
        object-position: top right;
    }

.sky-wiki-hero-slider,
.sky-wiki-hero-slide {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

    .sky-wiki-hero-slider .slick-list,
    .sky-wiki-hero-slider .slick-track {
        height: 130px;
    }

.sky-wiki-hero-slide {
    position: relative;
    background: #1f2937;
}

    .sky-wiki-hero-slide img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        object-position: center right;
        opacity: .82;
        display: block;
    }

    .sky-wiki-hero-slide:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,rgba(225,55,35,.88),rgba(31,41,55,.35),rgba(31,41,55,.04));
    }

.sky-wiki-hero-content {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

    .sky-wiki-hero-content small {
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .sky-wiki-hero-content h2 {
        max-width: 820px;
        margin: 0;
        color: #fff;
        font-size: 23px;
        line-height: 1.3;
    }

.sky-wiki-library-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 300px 1fr 360px;
    min-height: 760px;
}

.sky-wiki-library-tree,
.sky-wiki-library-right {
    background: #f8f8f9;
    padding: 14px;
}

.sky-wiki-library-tree {
    border-right: 1px solid #e2e8ef;
}

.sky-wiki-library-right {
    border-left: 1px solid #e2e8ef;
}

.sky-wiki-module-head {
    min-height: 56px;
    background: #fff;
    border: 1px solid #dfe5ec;
    border-left: 4px solid #E13723;
    padding: 11px 13px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .sky-wiki-module-head strong {
        display: block;
        color: #1f2937;
        font-size: 15px;
        margin-bottom: 3px;
    }

    .sky-wiki-module-head span {
        display: block;
        color: #8a96a8;
        font-size: 12px;
    }

    .sky-wiki-module-head em {
        min-width: 34px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #E13723;
        color: #fff;
        font-style: normal;
        font-size: 12px;
        font-weight: 700;
    }

.sky-wiki-tree-group {
    background: #fff;
    border: 1px solid #dde5ee;
    margin-bottom: 8px;
}

.sky-wiki-tree-main {
    width: 100%;
    min-height: 44px;
    border: 0;
    background: #fff;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.sky-wiki-tree-group.is-open .sky-wiki-tree-main,
.sky-wiki-tree-group.is-selected .sky-wiki-tree-main {
    background: #fff6f4;
    color: #E13723;
}

.sky-wiki-tree-group.is-selected {
    border-color: #E13723;
}

.sky-wiki-tree-main em,
.sky-wiki-tree-sub em {
    min-width: 30px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f8;
    color: #667085;
    border: 1px solid #e2e8ef;
    font-style: normal;
    font-size: 12px;
}

.sky-wiki-tree-sub {
    display: none;
    border-top: 1px solid #edf1f5;
    padding: 7px 9px;
    background: #fcfcfd;
}

.sky-wiki-tree-group.is-open .sky-wiki-tree-sub {
    display: block;
}

.sky-wiki-tree-sub button {
    width: 100%;
    min-height: 34px;
    border: 0;
    border-bottom: 1px solid #eef2f6;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    cursor: pointer;
    color: #4b5563;
    font-size: 13px;
}

    .sky-wiki-tree-sub button:last-child {
        border-bottom: 0;
    }

    .sky-wiki-tree-sub button.is-active {
        background: #E13723;
        color: #fff;
        padding-left: 10px;
    }

        .sky-wiki-tree-sub button.is-active em {
            background: #fff;
            color: #E13723;
            border-color: #fff;
        }

.sky-wiki-library-main {
    background: #fff;
    padding: 14px;
}

.sky-wiki-search-box {
    width: 100%;
    margin-bottom: 14px;
}

.sky-wiki-search-line {
    width: 100%;
    height: 44px;
    border: 1px solid #dbe3ec;
    background: #f8fafc;
    display: flex;
}

    .sky-wiki-search-line input {
        flex: 1;
        border: 0;
        outline: none;
        background: transparent;
        padding: 0 14px;
        color: #1f2937;
        font-size: 14px;
    }

    .sky-wiki-search-line button {
        width: 86px;
        border: 0;
        border-left: 1px solid #dbe3ec;
        background: #fff;
        color: #E13723;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
    }

.sky-wiki-post {
    width: 100%;
    border: 1px solid #dfe6ee;
    background: #fff;
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: 150px 1fr;
}

.sky-wiki-post-side {
    border-right: 1px solid #edf1f5;
    background: #fbfcfd;
    padding-top: 10px;
}

.sky-wiki-editor-badge {
    width: max-content;
    min-height: 22px;
    padding: 0 9px;
    margin: 0 auto 8px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #201e1d;
    border: 1px solid #ffd8d0;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sky-wiki-post-editor {
    text-align: center;
    margin-bottom: 10px;
}

    .sky-wiki-post-editor img {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
        margin: 0 auto 7px;
        border: 2px solid #fff;
        outline: 1px solid #e2e8ef;
    }

    .sky-wiki-post-editor a {
        text-decoration: none;
        color: #E13723;
        font-size: 13px;
        font-weight: 700;
    }

.sky-wiki-post-date {
    font-size: 12px;
    color: #667085;
    margin-bottom: 5px;
    text-align: center;
}

.sky-wiki-post-views {
    font-size: 12px;
    color: #E13723;
    font-weight: 700;
    text-align: center;
}

.sky-wiki-post-content {
    padding: 16px;
}

.sky-wiki-post-head {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 14px;
    min-height: 80px;
    margin-bottom: 12px;
}

.sky-wiki-post-image {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 120px;
    height: 80px;
    overflow: hidden;
    background: #1f2937;
    border-radius: 10%;
}

    .sky-wiki-post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


.sky-wiki-post-category {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 10px;
    background: #fff5f3;
    color: #E13723;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 8px;
}

.sky-wiki-post-content h3 {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    margin: 0;
    color: #1f2937;
    font-size: 22px;
    line-height: 1.35;
}

.sky-wiki-post-content p {
    margin: 0 0 13px;
    color: #667085;
    font-size: 14px;
    line-height: 1.65;
}

.sky-wiki-post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .sky-wiki-post-footer a {
        color: #E13723;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
    }

.sky-wiki-post-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

    .sky-wiki-post-tags span {
        height: 26px;
        display: inline-flex;
        align-items: center;
        padding: 0 9px;
        background: #f4f6f8;
        color: #667085;
        font-size: 12px;
    }

.sky-wiki-inline-readmore {
    display: inline;
    margin-left: 8px;
    color: #E13723;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

    .sky-wiki-inline-readmore:hover {
        text-decoration: underline;
    }

.sky-wiki-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.sky-wiki-page-button {
    min-width: 36px;
    height: 34px;
    border: 1px solid #dfe6ee;
    background: #fff;
    color: #4b5563;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

    .sky-wiki-page-button.is-active {
        background: #E13723;
        border-color: #E13723;
        color: #fff;
    }

    .sky-wiki-page-button:disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.sky-wiki-empty {
    border: 1px dashed #dfe6ee;
    background: #fbfcfd;
    padding: 28px;
    text-align: center;
    color: #667085;
    font-size: 14px;
    font-weight: 700;
}

.sky-wiki-side-card {
    background: #fff;
    border: 1px solid #dde5ee;
    margin-bottom: 14px;
}

.sky-wiki-last-list {
    list-style: none;
    margin: 0;
    padding: 10px 12px;
}

    .sky-wiki-last-list li {
        display: grid;
        grid-template-columns: 62px 1fr;
        gap: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #edf1f5;
    }

        .sky-wiki-last-list li:last-child {
            border-bottom: 0;
        }

.sky-wiki-last-editor {
    text-align: center;
}

    .sky-wiki-last-editor img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
        margin: 0 auto 5px;
    }

    .sky-wiki-last-editor a {
        color: #E13723;
        font-size: 11px;
        font-weight: 700;
        text-decoration: none;
    }

.sky-wiki-last-info a {
    display: block;
    color: #1f2937;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 5px;
}

.sky-wiki-last-info span {
    display: block;
    color: #8a96a8;
    font-size: 12px;
}

.sky-wiki-side-button {
    height: 40px;
    margin: 0 12px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E13723;
    background: #fff;
    color: #E13723;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.sky-wiki-editor-list {
    padding: 10px 12px;
}

.sky-wiki-editor-row {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #edf1f5;
}

    .sky-wiki-editor-row:last-child {
        border-bottom: 0;
    }

    .sky-wiki-editor-row img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        object-fit: cover;
    }

.sky-wiki-editor-main a {
    display: block;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 4px;
}

.sky-wiki-editor-main span {
    display: block;
    color: #8a96a8;
    font-size: 12px;
}

.sky-wiki-editor-row strong {
    color: #E13723;
    font-size: 12px;
    white-space: nowrap;
}

@media(max-width:1199px) {
    .sky-wiki-library-header {
        grid-template-columns: 250px 1fr 160px;
    }

    .sky-wiki-library-grid {
        grid-template-columns: 1fr;
    }

    .sky-wiki-library-tree {
        border-right: 0;
        border-bottom: 1px solid #e2e8ef;
    }

    .sky-wiki-library-right {
        border-left: 0;
        border-top: 1px solid #e2e8ef;
    }
}

@media(max-width:767px) {

    .sky-wiki-post-image {
        width: 100%;
        height: 180px;
    }

    .sky-wiki-library {
        padding: 10px;
    }

    .sky-wiki-library-header {
        grid-template-columns: 1fr 150px;
        min-height: auto;
    }

    .sky-wiki-library-brand {
        grid-column: 1 / 2;
    }

    .sky-wiki-library-logo {
        grid-column: 2 / 3;
        width: 150px;
        height: 100px;
    }

        .sky-wiki-library-logo img {
            width: 150px;
            height: 100px;
        }

    .sky-wiki-hero-slider {
        grid-column: 1 / -1;
    }

        .sky-wiki-hero-slider,
        .sky-wiki-hero-slide,
        .sky-wiki-hero-slide img,
        .sky-wiki-hero-slider .slick-list,
        .sky-wiki-hero-slider .slick-track {
            height: 120px;
        }

    .sky-wiki-hero-content h2 {
        font-size: 19px;
    }

    .sky-wiki-post {
        grid-template-columns: 1fr;
    }

    .sky-wiki-post-side {
        border-right: 0;
        border-bottom: 1px solid #edf1f5;
        padding-bottom: 12px;
    }

    .sky-wiki-post-head {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 8px;
    }

    .sky-wiki-post-image {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: 190px;
    }

    .sky-wiki-post-category {
        grid-column: 1;
        grid-row: 2;
    }

    .sky-wiki-post-content h3 {
        grid-column: 1;
        grid-row: 3;
        font-size: 19px;
    }

    .sky-wiki-search-line {
        flex-direction: column;
        height: auto;
    }

        .sky-wiki-search-line input {
            height: 44px;
        }

        .sky-wiki-search-line button {
            width: 100%;
            height: 40px;
            border-left: 0;
            border-top: 1px solid #dbe3ec;
        }
}


.sky-wiki-library-header {
    position: relative;
    grid-template-columns: 280px 1fr;
}

.sky-wiki-hero-slider {
    grid-column: 2 / -1;
    padding-right: 0;
}

.sky-wiki-library-logo {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 10;
    width: 180px;
    height: 130px;
    background:none !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

    .sky-wiki-library-logo img {
        width: 180px;
        height: 130px;
        object-fit: contain;
    }


@media(max-width:767px) {

    .sky-wiki-library-header {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .sky-wiki-library-brand {
        grid-column: 1 / -1;
        width: 100%;
        min-height: auto;
    }

    .sky-wiki-hero-slider {
        grid-column: 1 / -1;
        width: 100%;
        height: 120px;
    }

        .sky-wiki-hero-slider,
        .sky-wiki-hero-slide,
        .sky-wiki-hero-slide img,
        .sky-wiki-hero-slider .slick-list,
        .sky-wiki-hero-slider .slick-track {
            height: 120px;
        }

    .sky-wiki-library-logo {
        position: absolute;
        right: 16px;
        top: 124px;
        width: 90px;
        height: 60px;
        background: rgba(255,255,255,.92);
    }

        .sky-wiki-library-logo img {
            width: 90px;
            height: 60px;
        }
}


/** WIKI CONTENT **/

.sky-wiki-content-main {
    width: 100%;
    background: #f5f6f8;
    padding: 36px 0 60px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #20242a;
}

    .sky-wiki-content-main .sky-wiki-content-shell {
        width: calc(100% - 48px);
        max-width: 1187px;
        margin: 0 auto;
        background: #ffffff;
        border: 1px solid #e4e7ec;
        box-shadow: 0 18px 45px rgba(20, 28, 40, 0.08);
    }

    .sky-wiki-content-main .sky-wiki-content-cover {
        width: 100%;
        height: 245px;
        overflow: hidden;
        background: #111827;
        position: relative;
    }

        .sky-wiki-content-main .sky-wiki-content-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .sky-wiki-content-main .sky-wiki-content-cover-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: 1;
    }

    .sky-wiki-content-main .sky-wiki-content-cover-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 28px;
    }

    .sky-wiki-content-main .sky-wiki-content-cover-title-area {
        margin-bottom: 18px;
    }

    .sky-wiki-content-main .sky-wiki-content-category {
        display: inline-flex;
        padding: 7px 13px;
        background: rgba(177, 65, 49, 0.92);
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        border-left: 4px solid #ffffff;
        margin-bottom: 14px;
    }

    .sky-wiki-content-main .sky-wiki-content-title {
        margin: 0;
        max-width: 920px;
        font-size: 38px;
        line-height: 1.18;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.5px;
    }

    .sky-wiki-content-main .sky-wiki-content-author-row {
        display: flex;
        align-items: center;
        gap: 22px;
        padding: 0;
        border-bottom: 0;
        background: transparent;
    }

    .sky-wiki-content-main .sky-wiki-content-author {
        display: flex;
        align-items: center;
        gap: 14px;
        min-width: 0;
    }

    .sky-wiki-content-main .sky-wiki-content-author-img {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid rgba(255, 255, 255, 0.65);
        flex-shrink: 0;
    }

        .sky-wiki-content-main .sky-wiki-content-author-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .sky-wiki-content-main .sky-wiki-content-author-text {
        display: flex;
        flex-direction: column;
        line-height: 1.25;
    }

    .sky-wiki-content-main .sky-wiki-content-author-nick {
        font-size: 13px;
        font-weight: 700;
        color: #ffffff;
        text-decoration: none;
    }

    .sky-wiki-content-main .sky-wiki-content-author-name {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;
    }

    .sky-wiki-content-main .sky-wiki-content-info {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.88);
        white-space: nowrap;
    }

    .sky-wiki-content-main .sky-wiki-content-back {
        padding: 9px 15px;
        background: #b14131;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        border-radius: 4px;
        white-space: nowrap;
    }

    .sky-wiki-content-main .sky-wiki-content-article {
        padding: 34px 48px 54px;
    }

    .sky-wiki-content-main .sky-wiki-content-summary {
        max-width: 900px;
        font-size: 18px;
        line-height: 1.7;
        color: #4b5563;
        font-weight: 400;
    }

    .sky-wiki-content-main .sky-wiki-content-divider {
        width: 76px;
        height: 4px;
        background: #b14131;
        margin: 28px 0 34px;
    }

    .sky-wiki-content-main .sky-wiki-content-body {
        font-size: 17px;
        line-height: 1.85;
        color: #2d333b;
    }

        .sky-wiki-content-main .sky-wiki-content-body h2 {
            margin: 34px 0 14px;
            font-size: 27px;
            line-height: 1.3;
            color: #18202a;
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 10px;
        }

        .sky-wiki-content-main .sky-wiki-content-body h3 {
            margin: 28px 0 12px;
            font-size: 22px;
            color: #20242a;
        }

        .sky-wiki-content-main .sky-wiki-content-body p {
            margin: 0 0 18px;
        }

        .sky-wiki-content-main .sky-wiki-content-body ul,
        .sky-wiki-content-main .sky-wiki-content-body ol {
            margin: 0 0 22px 24px;
            padding: 0;
        }

        .sky-wiki-content-main .sky-wiki-content-body li {
            margin-bottom: 8px;
        }

        .sky-wiki-content-main .sky-wiki-content-body a {
            color: #b14131;
            font-weight: 600;
            text-decoration: none;
            border-bottom: 1px solid rgba(177, 65, 49, 0.35);
        }

        .sky-wiki-content-main .sky-wiki-content-body blockquote {
            margin: 28px 0;
            padding: 18px 24px;
            background: #f8fafc;
            border-left: 5px solid #b14131;
            color: #374151;
        }

        .sky-wiki-content-main .sky-wiki-content-body table {
            width: 100%;
            border-collapse: collapse;
            margin: 28px 0;
            font-size: 15px;
        }

            .sky-wiki-content-main .sky-wiki-content-body table th,
            .sky-wiki-content-main .sky-wiki-content-body table td {
                border: 1px solid #e5e7eb;
                padding: 12px 14px;
                text-align: left;
            }

            .sky-wiki-content-main .sky-wiki-content-body table th {
                background: #f3f4f6;
                font-weight: 700;
            }

        .sky-wiki-content-main .sky-wiki-content-body img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 28px auto;
        }

    .sky-wiki-content-main .sky-wiki-content-empty {
        padding: 34px;
        background: #fff7f6;
        border: 1px solid #f1c7c1;
    }

        .sky-wiki-content-main .sky-wiki-content-empty h2 {
            margin: 0;
            border: 0;
            color: #b14131;
        }

@media (max-width: 768px) {
    .sky-wiki-content-main {
        padding: 20px 0 40px;
    }

        .sky-wiki-content-main .sky-wiki-content-shell {
            width: calc(100% - 24px);
        }

        .sky-wiki-content-main .sky-wiki-content-cover {
            height: 330px;
        }

        .sky-wiki-content-main .sky-wiki-content-cover-content {
            padding: 18px;
        }

        .sky-wiki-content-main .sky-wiki-content-title {
            font-size: 28px;
        }

        .sky-wiki-content-main .sky-wiki-content-author-row {
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
        }

        .sky-wiki-content-main .sky-wiki-content-info {
            margin-left: 0;
            flex-wrap: wrap;
        }

        .sky-wiki-content-main .sky-wiki-content-back {
            width: 100%;
            text-align: center;
        }

        .sky-wiki-content-main .sky-wiki-content-article {
            padding: 28px 22px 38px;
        }

        .sky-wiki-content-main .sky-wiki-content-summary {
            font-size: 16px;
        }

        .sky-wiki-content-main .sky-wiki-content-body {
            font-size: 16px;
        }
}