.diagnosis-tool-shell #dx-app {
	max-width: none !important;
	color: var(--acad-text);
	font-family: var(--acad-font-body);
}

.diagnosis-tool-shell #dx-app > div {
	gap: clamp(14px, 2vw, 24px) !important;
}

@media (max-width: 640px) {
	.diagnosis-tool-shell {
		padding: 10px;
	}

	.diagnosis-tool-shell #dx-app [style*="min-width:320px"],
	.diagnosis-tool-shell #dx-app [style*="min-width: 320px"],
	.diagnosis-tool-shell #dx-app [style*="min-width:280px"],
	.diagnosis-tool-shell #dx-app [style*="min-width: 280px"] {
		min-width: 0 !important;
	}

	.diagnosis-tool-shell #dx-plot {
		height: 470px !important;
	}
}
