/* NB connector eSputnik: debug panel. */

.nb-esp-debug {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 99999;
	width: 340px;
	max-width: calc(100vw - 32px);
	max-height: 70vh;
	overflow: auto;
	background: #252525;
	color: #f4f4f4;
	border-radius: 10px;
	border-top: 4px solid #2b64cd;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
	font: 12px/1.5 -apple-system, "Segoe UI", Roboto, sans-serif;
}

.nb-esp-debug__head {
	padding: 10px 14px;
	font-weight: 700;
	color: #e1f56f;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: sticky;
	top: 0;
	background: #252525;
}

.nb-esp-debug__body {
	padding: 10px 14px;
}

.nb-esp-debug__row {
	padding: 5px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
	word-break: break-word;
}

.nb-esp-debug__row:last-child {
	border-bottom: none;
}

.nb-esp-debug__row b {
	color: #9fd0d8;
}
