section #result-message {
	background-color: var(--color-dark-white);
	padding: 2rem;
	border-radius: 0.5rem;
}
section .transparency-canvas {
	border: 1px solid #ddd;
	max-width: 100%;
	height: auto;
}
section #analysis-container {
	background-color: var(--color-dark-white);
	padding: 2rem;
	border-radius: 0.5rem;
	overflow: auto;
}
section .hidden {
	display: none;
}
section .input-wrapper.text {
	min-width: 13rem;
	width: 13rem;
}
section #result-message p + p {
	margin-top: 2rem;
}