.ChapterList > .LinkList, .ChapterList > .LinkTable {
    width: 100%;
}
.ChapterList > .LinkList {
    max-height: none;
}
.ChapterList li.is-new-content {
    border: solid 1px;
    box-shadow: var(--shadow-2);
}
.ChapterList .LinkList li {
    border: solid 1px;
    border-color: var(--color-gray2);
    box-shadow: var(--shadow-1);
    margin-bottom: var(--gap-s);
    margin-top: var(--gap-s);
}
ol[class^="ChapterList"] {
    counter-reset: item
}
li[class^="ChapterList"] {
    display: block
}
li[class^="ChapterList"]:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    color: var(--color-black);
    font-weight: bold;
}
.ChapterList .LinkList li {
    background: var(--color-gray1);
    box-shadow: none;
}

ol.ChapterList-list > li.ChapterList-list-item {
    border: 0;
}

.LinkList > ol > li {
    padding-left: 5px;
}

.ChapterList-list-item ol > li {
    margin-left: 10px;
}

li.ChapterList-list-item .LinkList {
    height: 100%;
    max-height: none;
}

button.quickView-info {
    opacity: 1;
}