#wes-debug-overlay {
	background: rgba(20, 20, 20, 0.92);
	border-radius: 4px;
	bottom: 12px;
	color: #fff;
	font: 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	left: 12px;
	max-width: 360px;
	padding: 10px 12px;
	position: fixed;
	z-index: 999999;
}

#wes-debug-overlay .wes-toolbar-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

#wes-debug-overlay button {
	background: #fff;
	border: 0;
	border-radius: 3px;
	color: #111;
	cursor: pointer;
	font: inherit;
	margin-top: 6px;
	padding: 4px 8px;
}

#wes-debug-overlay [data-wes-close] {
	background: transparent;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0 4px;
}

#wes-debug-overlay code {
	color: #dbeafe;
	white-space: pre-wrap;
	word-break: break-word;
}

#wes-debug-overlay details {
	border-top: 1px solid rgba(255, 255, 255, .16);
	margin-top: 6px;
	padding-top: 6px;
}

#wes-debug-overlay ul {
	margin: 5px 0 0 18px;
	padding: 0;
}
