/* SMT WP Customize – Category widget (minimal, theme-friendly) */

.smt-wpc-category-widget li.cat-parent > ul.children {
	display: none;
}

.smt-wpc-category-widget li.cat-parent.smt-wpc-category-open > ul.children {
	display: block;
}

.smt-wpc-category-widget .smt-wpc-category-toggle {
	display: inline-block;
	width: 1em;
	margin-right: 0.4em;
	margin-bottom: 0;
	padding: 0;
	font: inherit;
	line-height: inherit;
	text-align: center;
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}

.smt-wpc-category-widget .smt-wpc-category-toggle:hover,
.smt-wpc-category-widget .smt-wpc-category-toggle:focus {
	opacity: 0.7;
}
