
.mobile-toc-trigger {
    position: fixed;
    right: 0px;
    top: 260px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-family: var(--family-font-secondary);
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: none;
}

.mobile-toc-trigger svg {
    stroke: currentColor;
}

.mobile-toc-trigger:active {
    transform: translateY(2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.mobile-layer-content {
    padding: 20px 15px 30px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.mobile-layer-content .table-box,
.mobile-layer-content .classifi-box {
    margin-top: 0;
    box-shadow: none;
}

.mobile-layer-content .classifi-box {
    margin-top: 20px;
}

.mobile-toc-layer {
    border-radius: 20px 0 0 20px !important;
    overflow: hidden;
}

.mobile-toc-layer .layui-layer-content {
    padding: 0;
    background: #fff;
}

@media screen and (max-width: 992px) {
    .mobile-toc-trigger {
        display: flex;
    }
}

.blog-popup-content{
    padding: 20px;
    height: 100vh;
}

.classifi-content{
    gap: 10px;
}

.class-txt{
    flex: 1;
}