/* 
Theme Name: Red Palm Hello Elementor Child
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

#site-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

/* TABLE OF CONTENTS */

body .elementor-toc__list-wrapper {
	padding-bottom: 15px;
	border-bottom: 8px solid var( --e-global-color-text );
}

body .elementor-toc__list-item {
	margin: 0;
	padding: 10px 0;	
}

.elementor-toc__list-item:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
}

.elementor-toc__list-item-text {
	width: 100%;
	position: relative;
	z-index: 1;
}

.elementor-toc__list-item-text.elementor-item-active::before {
	content: '';
	width: calc( 100% + 20px );
	height: calc( 100% + 20px );
	border-radius: 15px;
	background-color: var( --e-global-color-text );
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -10px;
	
}
/*
@media (min-width: 1024px) {
	.elementor-toc__body {
		--toc-body-max-height: calc( 100vh - 200px );
	}
}
*/