#wpdcom .trollhunter-toggle,
.trollhunter-toggle {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 1.35em;
	min-width: 1.35em;
	max-width: 1.35em;
	height: 1.35em;
	min-height: 1.35em;
	max-height: 1.35em;
	margin: 0 0 0 0.35em;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px;
	background: transparent !important;
	color: currentColor;
	font: inherit;
	font-size: 0.8em;
	line-height: 1;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: none !important;
	text-decoration: none;
	text-transform: none;
}

#wpdcom .trollhunter-toggle:hover,
#wpdcom .trollhunter-toggle:focus,
.trollhunter-toggle:hover,
.trollhunter-toggle:focus {
	background: rgba(0, 0, 0, 0.08);
	outline: none;
}

#wpdcom .trollhunter-toggle:focus-visible,
.trollhunter-toggle:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}

#wpdcom .trollhunter-toggle[aria-pressed="true"],
.trollhunter-toggle[aria-pressed="true"] {
	opacity: 0.7;
}

#wpdcom .trollhunter-toggle span,
.trollhunter-toggle span {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 1em;
	line-height: 1;
}

.trollhunter-is-hidden > *:not(.trollhunter-hidden-notice):not(.children):not(ol):not(ul) {
	display: none !important;
}

.wpd-comment.trollhunter-is-hidden > *:not(.trollhunter-hidden-notice):not([id^="wpd-comm-"]) {
	display: none !important;
}

.trollhunter-hidden-notice {
	display: flex;
	align-items: center;
	gap: 0.75em;
	margin: 0.75em 0;
	padding: 0.75em 1em;
	border-left: 3px solid currentColor;
	background: rgba(0, 0, 0, 0.04);
	font-size: 0.925em;
}

.trollhunter-hidden-notice button {
	padding: 0.2em 0.55em;
	border: 1px solid currentColor;
	border-radius: 3px;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}
