1.page-explorer-list-cs svg, .page-explorer-list-cs img {
2    vertical-align: bottom;
3    color: rgba(0, 0, 0, 0.65);
4}
5.page-explorer-list-cs a {
6    text-decoration: none;
7    color: rgba(0, 0, 0, 0.65);
8}
9.page-explorer-list-home-cs {
10    border-bottom: 1px solid #e5e5e5;
11    /*noinspection CssUnresolvedCustomProperty*/
12    background-color: var(--bs-light)
13}
14