/* =eb-toc-ghtm4= Ends */

/* eb-toc-ghtm4 Starts */
.eb-toc-ghtm4.eb-toc-container {
	max-width: 610px;
	background-color: var(--base-2);
	padding: 30px;
	border-radius: 4px;
	transition: all .5s, border .5s, border-radius .5s, box-shadow .5s;
}

.eb-toc-ghtm4.eb-toc-container:hover {
	border-radius: 4px;
}

.eb-toc-ghtm4.eb-toc-container .eb-toc-title {
	text-align: left;
	cursor: default;
	color: var(--eb-global-heading-color);
	font-size: 22px;
}

.eb-toc-ghtm4.eb-toc-container .eb-toc-wrapper {
	text-align: left;
}

.eb-toc-ghtm4.eb-toc-container .eb-toc-wrapper li {
	font-size: 18px;
}

.eb-toc-ghtm4.eb-toc-container .eb-toc-wrapper li a {
	color: inherit;
}

.eb-toc-ghtm4.eb-toc-container .eb-toc-wrapper li a, .eb-toc-ghtm4.eb-toc-container .eb-toc-wrapper li a:focus {
	text-decoration: none;
	background: none;
}

.eb-toc-ghtm4.eb-toc-container .eb-toc-wrapper li {
	padding-top: 5px;
}

.eb-toc-ghtm4.eb-toc-container .eb-toc-wrapper .eb-toc__list li:not(:last-child) {
	padding-bottom: 5px;
}

.eb-toc-ghtm4.eb-toc-container.style-1 .eb-toc__list-wrap > .eb-toc__list li .eb-toc__list {
	background: #fff;
	border-radius: 4px;
}

.eb-parent-eb-toc-ghtm4 {
	display: block;
}

.root-eb-toc-ghtm4 {
	position: relative;
}

@media (max-width: 1024px) {
	.eb-parent-eb-toc-ghtm4 {
		display: block;
	}
}

@media (max-width: 767px) {
	.eb-parent-eb-toc-ghtm4 {
		display: block;
	}
}

.eb-toc-ghtm4 {}

@media (max-width: 767px) {
	.eb-toc-ghtm4 {}
}
