﻿@font-face {
    font-family: 'wedocs';
    src: url('../font/wedocs.ttf') format('truetype'), url('../font/wedocs.woff') format('woff'), url('../font/wedocs.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^='wedocs-icon-'],
[class*=' wedocs-icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'wedocs' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wedocs-icon-close:before {
    content: '\f00d';
}

.wedocs-icon-remove:before {
    content: '\f00d';
}

.wedocs-icon-times:before {
    content: '\f00d';
}

.wedocs-icon-home:before {
    content: '\f015';
}

.wedocs-icon-refresh:before {
    content: '\f021';
}

.wedocs-icon-print:before {
    content: '\f02f';
}

.wedocs-icon-folder-open:before {
    content: '\f07c';
}

.wedocs-icon-envelope:before {
    content: '\f0e0';
}

.wedocs-icon-file-text-o:before {
    content: '\f0f6';
}

.wedocs-icon-angle-left:before {
    content: '\f104';
}

.wedocs-icon-angle-right:before {
    content: '\f105';
}

.wedocs-icon-angle-up:before {
    content: '\f106';
}

.wedocs-icon-angle-down:before {
    content: '\f107';
}

.wedocs-icon-smile-o:before {
    content: '\f118';
}

.wedocs-icon-frown-o:before {
    content: '\f119';
}

body.single.single-docs .content-area {
    width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.wedocs-overflow-hidden {
    overflow: hidden;
}

.wedocs-single-wrap {

}

.wedocs-single-wrap:before,
.wedocs-single-wrap:after {
    content: " ";
    display: table;
}

.wedocs-single-wrap:after {
    clear: both;
}

.wedocs-single-wrap .wedocs-sidebar {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.wedocs-single-wrap .wedocs-sidebar h3.widget-title {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list {
    list-style: none;
    margin: 0 12px 0 0;
    padding: 0;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a:before {
    content: '\f07c';
    margin-right: 10px;
    font-family: 'wedocs';
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-open > a > .wedocs-caret,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-closed > a > .wedocs-caret {
    float: right;
    line-height: inherit;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #999;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-open > a > .wedocs-caret:hover,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-closed > a > .wedocs-caret:hover {
    border: 1px solid #eee;
    color: #ccc;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-open > a > .wedocs-caret::before,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-closed > a > .wedocs-caret::before {
    font-family: 'wedocs' !important;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-open > a > .wedocs-caret::before {
    content: '\f106';
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-closed > a > .wedocs-caret::before {
    content: '\f107';
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-closed ul.children {
    display: none;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
    display: block;
    padding: 8px 0px;
    text-decoration: none;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children {
    list-style: none;
    padding: 0;
    border: none;
    margin-left: 15px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children li a:before {
    content: "";
    display: inline-block;
    vertical-align: 1px;
    margin-right: 5px;
    width: 4px;
    height: 4px;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a {
    color: #333333;
    font-weight: normal;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a:hover {
    color: var(--primary-color);
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a#aria-current {
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
    background: #ffffff00;
    color: var(--primary-color);
    border-radius: 0;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a .wedocs-caret,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a .wedocs-caret,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a .wedocs-caret {
    color: #fff;
    display: none;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent li.current_page_item > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item li.current_page_item > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
    border-left: 0px solid #3598DB;
    color: var(--primary-color);
    font-weight: 400;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent ul.children,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item ul.children,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor ul.children {
    display: block;
}

.wedocs-single-wrap .wedocs-single-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb {
    margin-bottom: 30px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb li {
    display: inline;
    font-size: 12px;
}

.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb li i {
    display: inline-block;
    transform: translateY(1px);
}

.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb li.delimiter {
    color: #999;
    margin: 0 2px;
}

.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb a {
    text-decoration: none;
    font-size: 12px;
}

.wedocs-single-wrap .wedocs-single-content article {
    position: relative;
}

.wedocs-single-wrap .wedocs-single-content article h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wedocs-single-wrap .wedocs-single-content article a.wedocs-print-article {
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}

.wedocs-single-wrap .wedocs-single-content article a.wedocs-print-article:hover {
    color: #555;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content {
    padding: 0px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content a.anchorjs-link {
    text-decoration: none;
    box-shadow: none !important;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content img {
    max-width: 100%;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 25px;
    height: auto;
    background: #F9F9F9;
    display: block;
}

/*.wedocs-single-wrap .wedocs-single-content article .entry-content pre {*/
/*  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;*/
/*  display: block;*/
/*  padding: 8.5px;*/
/*  margin: 0 0 9px;*/
/*  word-break: break-all;*/
/*  word-wrap: break-word;*/
/*  white-space: pre;*/
/*  white-space: pre-wrap;*/
/*  background-color: #f5f5f5;*/
/*  border: 1px solid #ccc;*/
/*  border: 1px solid rgba(0, 0, 0, 0.15);*/
/*  -webkit-border-radius: 4px;*/
/*  -moz-border-radius: 4px;*/
/*  border-radius: 4px;*/
/*}*/
.wedocs-single-wrap .wedocs-single-content article .entry-content dl {
    margin-bottom: 1em;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content dl dt {
    float: left;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 4px 9px;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 50px;
    color: #fff;
    background: #3197d1;
    vertical-align: baseline;
    white-space: nowrap;
    font-size: 15px;
    min-width: 9px;
    position: relative;
    top: 2px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content dl dd {
    padding-top: 3px;
    margin: 0 0 5px 45px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content dl dd:before,
.wedocs-single-wrap .wedocs-single-content article .entry-content dl dd:after {
    display: table;
    content: "";
    line-height: 0;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content dl dd:after {
    clear: both;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content .wedocs-callout {
    border-left: 5px solid;
    color: #333;
    font-size: 14px;
    margin-bottom: 2em;
    padding: 16px 25px 16px 20px;
    background: #f1f1f1;
    border-color: #cfcfcf;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content .wedocs-callout.callout-yellow {
    background: #fffcd5;
    border-color: #e7dca4;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content .wedocs-callout.callout-blue {
    background: #e8f4ff;
    border-color: #bed1e6;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content .wedocs-callout.callout-green {
    background: #e5fadc;
    border-color: #bbdaaf;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content .wedocs-callout.callout-red {
    background: #fde8e8;
    border-color: #e7aaaa;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer {
    margin-top: 60px;
    float: none;
    width: 100%;
    display: block;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer:before,
.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer:after {
    content: " ";
    display: table;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer:after {
    clear: both;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer .wedocs-article-author {
    display: none;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer .wedocs-help-link a {
    border-bottom: 1px dotted #C5C5C5;
    text-decoration: none;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer .wedocs-help-link a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer time {
    float: right;
    font-weight: normal;
    font-style: normal
}

.wedocs-single-wrap .wedocs-single-content .wedocs-comments-wrap {
    position: relative;
}

.wedocs-doc-nav {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.wedocs-doc-nav:before,
.wedocs-doc-nav:after {
    content: " ";
    display: table;
}

.wedocs-doc-nav:after {
    clear: both;
}

.wedocs-doc-nav .nav-previous {
    float: left;
    width: 50%;
}

.wedocs-doc-nav .nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

.wedocs-shortcode-wrap:before,
.wedocs-shortcode-wrap:after {
    content: " ";
    display: table;
}

.wedocs-shortcode-wrap:after {
    clear: both;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list {

}

.wedocs-shortcode-wrap ul.wedocs-docs-list:before,
.wedocs-shortcode-wrap ul.wedocs-docs-list:after {
    content: " ";
    display: table;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list:after {
    clear: both;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li .wedocs-docs-single {
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 20px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li .wedocs-docs-single h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li .wedocs-docs-single h3 a {
    text-decoration: none;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li .wedocs-docs-single .inside {
    min-height: 60px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li .wedocs-docs-single .wedocs-doc-link {

}

.wedocs-shortcode-wrap ul.wedocs-docs-list li .wedocs-docs-single .wedocs-doc-link a {
    text-align: center;
    padding: 10px 0;
    background: #f7f7f7;
    margin-top: 20px;
    border-radius: 4px;
    display: block;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li .wedocs-docs-single .wedocs-doc-link a:hover {
    background: var(--primary-color);
    color: #fff;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
    padding: 0;
    list-style-type: disc;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
    margin-bottom: 15px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li:last-child {
    margin-bottom: 0px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a {
    display: block;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a i {
    margin-right: 5px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-2 > li {
    float: left;
    width: 48%;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-2 > li:nth-child(2n + 1) {
    clear: both;
    margin-right: 3%;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li {
    float: left;
    width: 31%;
    margin-right: 3%;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li:nth-child(3n + 1) {
    clear: both;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li:nth-child(3n + 3) {
    margin-right: 0;
}

.wedocs-feedback-wrap {
    padding-top: 15px;
    text-align: center;
    margin: 25px 0;
}

.wedocs-feedback-wrap:before,
.wedocs-feedback-wrap:after {
    content: " ";
    display: table;
}

.wedocs-feedback-wrap:after {
    clear: both;
}

.wedocs-feedback-wrap .vote-link-wrap {
    margin-left: 10px;
}

.wedocs-feedback-wrap a {
    font-weight: normal;
    padding: 2px 15px 2px 15px;
    color: #fff;
    text-decoration: none;
    line-height: 150%;
    border-radius: 3px;
}

.wedocs-feedback-wrap a .count {
    background-color: #fff;
    border-radius: 50%;
    color: #999;
    width: 16px;
    height: 16px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    line-height: 150%;
}

.wedocs-feedback-wrap a:hover {
    text-decoration: none;
}

.wedocs-feedback-wrap a.positive {
    background: #27ae60;
    border: 1px solid #26aa5e;
    margin-right: 10px;
}

.wedocs-feedback-wrap a.positive:hover {
    background-color: #229955;
    color: #fff;
}

.wedocs-feedback-wrap a.negative {
    background: #e74c3c;
    border: 1px solid #e64837;
}

.wedocs-feedback-wrap a.negative:hover {
    background-color: #e43725;
    color: #fff;
}

.wedocs-alert {
    padding: 15px;
    border: 1px solid transparent;
}

.wedocs-alert.wedocs-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.wedocs-alert.wedocs-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.wedocs-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9985;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.wedocs-contact-modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 9990;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border-radius: 3px;
    outline: 0;
    display: none;
}

.wedocs-contact-modal .wedocs-modal-close {
    position: absolute;
    display: block;
    z-index: 9997;
    top: 0;
    right: 0;
    text-decoration: none;
    background: #eee;
    padding: 5px 15px 5px 15px;
    color: #666;
    font-size: 15px;
}

.wedocs-contact-modal .wedocs-modal-close:hover {
    color: #333;
    background: #ccc;
}

.wedocs-contact-modal .wedocs-modal-header,
.wedocs-contact-modal .wedocs-modal-body {
    padding: 0 50px;
}

.wedocs-contact-modal .wedocs-modal-header {
    padding: 20px 0;
    text-align: center;
}

.wedocs-contact-modal .wedocs-modal-body {
    padding-bottom: 40px;
}

.wedocs-contact-modal .wedocs-modal-body #wedocs-modal-errors .wedocs-alert {
    margin-bottom: 20px;
}

.wedocs-contact-modal .wedocs-modal-body .wedocs-form-row {
    margin-bottom: 10px;
}

.wedocs-contact-modal .wedocs-modal-body .wedocs-form-row label {
    padding-bottom: 5px;
    display: block;
}

.wedocs-contact-modal .wedocs-modal-body .wedocs-form-action {
    margin-top: 10px;
}

.wedocs-contact-modal input[type='text'],
.wedocs-contact-modal input[type='email'],
.wedocs-contact-modal textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

.wedocs-contact-modal input[type='text']:focus,
.wedocs-contact-modal input[type='email']:focus,
.wedocs-contact-modal textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
}

.wedocs-contact-modal input[disabled] {
    cursor: default;
    opacity: 0.5;
}

.wedocs-icon-spin {
    -webkit-animation: wedocs-spin 2s infinite linear;
    animation: wedocs-spin 2s infinite linear;
}

@-webkit-keyframes wedocs-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes wedocs-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media screen and (max-width: 768px) {
    .wedocs-single-wrap {
        display: block;
    }

    .wedocs-single-wrap .wedocs-sidebar,
    .wedocs-single-wrap .wedocs-single-content {

    }

    .wedocs-single-wrap .wedocs-single-content {

    }

    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li,
    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-2 > li {
        width: 48%;
    }

    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li:nth-child(3n+1) {
        clear: none;
    }

    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li:nth-child(2n+1) {
        clear: both;
        margin-right: 2%;
    }

    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li:nth-child(2n+2) {
        margin-right: 0;
    }

    .ceo-docs-bg .search form {
        width: 100% !important;
        margin: 0 auto;
    }

    .ceo-docs-bg {
        height: 200px !important;
        margin-bottom: 0px !important;
    }

    .ceo-docs-bg .search {
        margin-top: 50px !important;
    }

    .ceo-docs-bg .search .title {
        font-size: 22px !important;
    }

    .ceo-docs-bg .search input {
        height: 40px !important;
    }

    .ceo-docs-bg .search button {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .wedocs-single-wrap .wedocs-single-content article h1 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 425px) {
    .wedocs-hide-mobile {
        display: none;
    }

    .wedocs-single-wrap .wedocs-single-content footer.entry-footer.wedocs-entry-footer time {
        float: none;
    }

    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-3 > li,
    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-2 > li {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .wedocs-feedback-wrap .vote-link-wrap {
        display: block;
        margin-top: 15px;
    }
}

.ceo-docs-bg {
    height: 300px;
    margin-bottom: 40px;
}

.ceo-docs-bg .search {
    margin-top: 128px;
}

.ceo-docs-bg .search .title {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.ceo-docs-bg .search form {
    width: 680px;
    margin: 0 auto;
}

.ceo-docs-bg .search input {
    height: 46px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    min-width: 220px;
}

.ceo-docs-bg .search button {
    background: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    display: block;
}

.ceo-docs-bg .search button i {
    font-size: 20px !important;
    transform: translateY(-1px);
}

#search_in_doc {
    height: 100%;
    max-width: 150px;
    padding: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-user-select: none;
    outline: none;
    border: 0;
}

.article-child {

}

.article-child h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px !important;
}

.article-child h3:after {
    display: none;
}

.article-child li {
    margin-bottom: 15px;
}

.article-child li:last-child {
    margin-bottom: 15px;
}

.wedocs-single-content .entry-content h2 {
    padding-left: 0;
    font-weight: bold;
}

.wedocs-single-content .entry-content h2:after {
    height: 0px;
    width: 0px;
}

.wedocs-single-content .entry-content pre {
    background: #262626;
    color: #eee;
    border-left: 5px solid #006eff;
    cursor: text;
    font-size: 13px;
    margin-bottom: 30px;
}

/* wedocs 文档页：样式隔离与冲突修复（所有 docs/wedocs 文章页通用） */
body.wedocs-page .ceo-grid-ceosmls {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

body.wedocs-page .ceo-grid-ceosmls > .sidebar {
    flex: 0 0 220px;
    max-width: 220px;
    min-width: 200px;
}

body.wedocs-page .wedocs-sidebar {
    padding: 12px;
}

body.wedocs-page .wedocs-sidebar h3.widget-title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

body.wedocs-page .wedocs-sidebar ul.doc-nav-list {
    margin-right: 0;
}

body.wedocs-page .wedocs-sidebar ul.doc-nav-list li a {
    font-size: 13px;
    padding: 5px 0;
}

body.wedocs-page .ceo-grid-ceosmls > .ceo-width-auto,
body.wedocs-page .ceo-grid-ceosmls > .ceo-width-expand {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

body.wedocs-page .ceo-grid-ceosmls .wp {
    width: auto;
    max-width: 100%;
}

body.wedocs-page .wedocs-sidebar .doc-nav-list li a,
body.wedocs-page .wedocs-single-content .entry-content,
body.wedocs-page .wedocs-single-content .entry-content p,
body.wedocs-page .wedocs-single-content .entry-content li,
body.wedocs-page .wedocs-single-content .entry-content span {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    word-break: break-word;
    white-space: normal;
}

body.wedocs-page .wedocs-single-content {
    overflow: hidden;
}

@media (max-width: 960px) {
    body.wedocs-page .ceo-grid-ceosmls {
        flex-direction: column;
    }

    body.wedocs-page .ceo-grid-ceosmls > .sidebar {
        flex: 1 1 auto;
        max-width: 100%;
        min-width: 0;
    }
}