.type-item.is-active {

    background-color: var(--dx-base11-color);
}

.type-item.is-active svg {
    display: block;
}

.second-tabs {
    --dx-tab-line-width-percent: 100%;
}

.second-tabs .is-active {
    background-color: var(--dx-base11-color);
}

.novel-tag {
    background: linear-gradient(to top, #d95c04, #ffad00, #fff4bf);
    padding: 2px 4px 4px 6px;
    border-radius: 2px 2px 0 12px;
    color: #4a170f;
}


.share-container {
    display: none;
}

.share-container .copy {
    display: block;
}

.share-container .success {
    display: none;
}

.share-container.is-open {
    display: flex;
}

.share-container.is-success .copy {
    display: none;
}

.share-container.is-success .success {
    display: block;
}

.btn-show-share.is-open {
    color: var(--dx-primary-color);
}

.article-content,
.markdown-body {
    color: #d8d8d8 !important;
    font-size: 15px;
    line-height: 1.85;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    color: #ffffff;
    font-weight: 600;
}

.article-content h2,
.markdown-body h2 {
    font-size: 1.35rem;
    margin: 1.75rem 0 1rem 0;
    padding-left: 0.75rem;
    border-left: 4px solid var(--dx-primary-color);
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.article-content h3,
.markdown-body h3 {
    font-size: 1.15rem;
    margin: 1.25rem 0 0.75rem 0;
}

.article-content p,
.markdown-body p {
    margin-bottom: 1.25rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
}

.article-content img,
.markdown-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1.25rem auto;
    display: block;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.article-content a,
.markdown-body a {
    color: var(--dx-primary-color) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.article-content a:hover,
.markdown-body a:hover {
    opacity: 0.8;
    color: #ff5599 !important;
}

.article-content blockquote,
.markdown-body blockquote {
    border-left: 4px solid #444;
    padding: 0.75rem 1rem;
    background-color: #1a1a1a;
    border-radius: 0 6px 6px 0;
    margin: 1rem 0;
    color: #aaa;
}

.article-content ul,
.markdown-body ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.article-content ol,
.markdown-body ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}