#popup-wrapper #popup.sr-content-popup {
	width: 70vw;
	min-width: 600px;
	max-width: 90vw;
}

.sr-content-popup #popup-body {
	max-height: 70vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.sr-content-popup .sr-heading {
	font-weight: bold;
	background-color: var(--secondary);
	color: var(--text-color);
	padding: 0.4em;
	margin: 0.4em 0;
}

.sr-content-popup .sr-concept {
	margin-bottom: 0.2em;
	font-size: 0.9em;
}

.sr-content-popup .sr-concept-name {
	font-weight: bold;
	margin-right: 0.5em;
}

.sr-content-popup .sr-concept-value {
	white-space: pre-wrap;
	word-break: break-word;
}
