.run-rust-code-button {
	 position: absolute;
	 top: 0;
	 right: 0;
	 border: 0;
	 margin-top: 5px;
	 margin-right: 30px;
	 background-color: transparent;
	 z-index: 3;
}

 .run-rust-code-button:before {
	 display: inline-block;
	 height: 1rem;
	 width: 1rem;
	 content: "";
	 vertical-align: -0.125em;
	 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(94, 94, 94)" viewBox="0 0 384 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg>');
	 background-repeat: no-repeat;
	 background-size: 1rem 1rem;
}


 .run-rust-code-button:hover:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(13, 110, 253)" viewBox="0 0 384 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg>');
}

.result {
  border-radius: 0px;
  margin-top: 15px;
  background-color: white ;
  border-left: solid;
  border-color: darkgrey;
}

