/* 文档页 Skeleton 骨架屏 */
.docs-skel-nav {
    padding: 0 4px 12px 0;
}

.docs-skel-search {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.docs-skel-menu-item {
    margin-bottom: 8px;
    padding: 0 4px;
}

.docs-skel-menu-item .el-skeleton__item {
    height: 14px;
    border-radius: 6px;
}

.docs-skel-nav-folder {
    height: 15px !important;
}

.docs-skel-nav-children {
    padding-left: 18px;
    margin-top: 6px;
}

.docs-skel-menu-child {
    height: 12px !important;
    margin-top: 8px;
    border-radius: 6px;
}

.docs-skel-article {
    padding: 4px 0 20px;
}

.docs-skel-title {
    width: 56%;
    height: 32px;
    margin-bottom: 14px;
}

.docs-skel-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.docs-skel-meta .el-skeleton__item {
    width: 120px;
    height: 14px;
}

.docs-skel-article .el-skeleton__paragraph {
    margin-top: 14px;
}

.docs-skel-image {
    width: 100%;
    height: 220px;
    border-radius: 6px;
    margin: 18px 0;
}

.docs-skel-code {
    width: 100%;
    height: 96px;
    border-radius: 4px;
    margin: 18px 0;
}

.docs-skel-toc {
    display: block !important;
}

.docs-skel-toc-title {
    width: 72px;
    height: 16px;
    margin-bottom: 14px;
}

.docs-skel-toc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.docs-skel-toc-item {
    height: 13px;
}

.docs-skel-toc-item.is-child {
    margin-left: 14px;
}

@media (max-width: 768px) {
    .docs-skel-toc {
        display: none !important;
    }

    .docs-skel-image {
        height: 160px;
    }

    .docs-skel-title {
        width: 78%;
    }
}
