/* Styles for Canvas code snippets page. */


.tool-container {
  background-color: #1d212b;
  border: 1px solid #1f2531;
  padding: 0.4rem;
  margin-bottom: 1.2rem;
  border-radius: 5px;
}

.tool-container a {
	/* color: #fff; */
	font-weight: bold;
	font-size: 1.2rem;
}

.tool-container details {
	margin-top: 0.5rem;
}

.tool-container details summary {
	cursor: pointer;
	color: #ccc;
}

.tool-container details p {
	color: #ccc;
	margin: 0.5rem 0 0 1rem;
}

