
.single-publications.clb-has-toc .site-inner {
    overflow: unset;
}

.single-publications.clb-has-toc .entry-content {
    position: relative;
}

.clb-toc-wrapper {
	float: left;
	position: sticky;
	top: 30px;
	max-width: 350px;
	margin-left: -380px;
	padding: 20px;
	background: #f5f5f5;
    border-radius: 5px;
    max-height: 400px;
	overflow: scroll;
	overflow-y: auto;
}


.clb-toc-wrapper ul {
    margin-left: 0;
	margin-bottom: 0;
	font-size: 13px;
    padding-left: 20px;
	/* letter-spacing: -0.5px; */
}

.clb-toc-wrapper ul li {
	line-height: 1.2;
	/* margin-bottom: 8px; */
	padding: 2px;
}

.clb-toc-item.clb-active-toc-item {
	background: yellow;
	padding: 2px;
	background: linear-gradient(to right, #ccc, #f5f5f5);
	/* background: #ddd; */
    border-radius: 3px;
}

.clb-toc-wrapper h3 {
	font-size: 20px;
}


@media only screen and (max-width: 1500px) {

	.clb-toc-wrapper {
		max-width: 280px;
		margin-left: -300px;
		padding: 12px;
	}

}

@media only screen and (max-width: 1340px) {

	.clb-toc-wrapper {
		max-width: 220px;
		margin-left: -240px;
		padding: 12px;
	}

}


@media only screen and (min-width: 1030px) and (max-width: 1339px) {

	.full-width-content.clb-has-toc .content-sidebar-wrap {
		margin-right: 0;
	}

}


@media only screen and (max-width: 1029px) {

	.clb-toc-wrapper.clb-mobile-toc-view {
        float: none;
        position: sticky;
        margin-left: 0;
        top: 0;
        left: 0;
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 0 12px rgb(0 0 0 / 20%);
		display: block;
		clear: both;
		margin-bottom: 30px;
	}

	.logged-in .clb-toc-wrapper.clb-mobile-toc-view {
        top: 44px;
	}
	
	.clb-toc-wrapper.clb-mobile-toc-view .clb-toc-title-text {
    	display: block;
	}
	
	.clb-toc-wrapper h3.clb-toc-title {
		justify-content: center;
        margin: 0;
        padding: 0;
        text-align: center;
	}

   
    .clb-toc-wrapper.clb-mobile-toc-view.clb-mobile-toc-view-is-visible {
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
        z-index: 99;
    }

}