/*!
Theme Name: Monstroid2 Child
Theme URI:
Author: Zemez
Author URI:
Description: Monstroid2 child theme.
Template: monstroid2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monstroid2-child
*/

.mm-toc {
	margin: 24px 0;
	padding: 20px 24px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #f9f9f9;
}

.mm-toc__title {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 18px;
}

.mm-toc__list,
.mm-toc__sublist {
	margin: 0;
	padding-left: 20px;
}

.mm-toc__sublist {
	margin-top: 6px;
	margin-bottom: 6px;
}

.mm-toc__list li {
	margin-bottom: 6px;
}

.mm-toc a {
	text-decoration: none;
}

.mm-toc a:hover {
	text-decoration: underline;
}