/*
 * Theme Name:  Networker Child
 * Theme URI:   https://codesupply.co/themes/networker/
 * Description: Networker Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    networker
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/* EZ TOC */
#ez-toc-container {
	border: 1px solid #DEE2E6;
	padding: 20px;
	font-size: 1rem;
	border-radius:8px;
}

#ez-toc-container ul li {
	font-weight: 600;
	line-height: 1.8;
}

#ez-toc-container ul ul li {
	font-weight: 400;
}

#ez-toc-container a:hover {
	color: var(--cs-color-primary);
	text-decoration: none;
}

#ez-toc-container a:visited {
	color: inherit;
}

/* Prev - Next */
.cs-entry__prev-next-title {
	word-break: break-word;
}