#teufels-scss-error {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	position: fixed;
	z-index: 9999999999999;
	bottom: 15px;
	right: 15px;
	width: auto;
	max-width: 80vw;
	padding: 3.5em;
	max-height: 80vh;
	resize: both;
	overflow: scroll;
	border: 2px solid black;
	border-radius: 10px;
	background: linear-gradient(-45deg, #f90081 0%, #000675 100%);
	color: white;
	transition: all 0.5s ease;
}
#teufels-scss-error details {
	border: 1px solid black;
	border-radius: 4px;
	padding: 0.5em 0.5em 0;
	transition: all 0.5s ease;
}

#teufels-scss-error summary {
	font-weight: bold;
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
}

#teufels-scss-error details[open] {
	padding: 0.5em;
}

#teufels-scss-error details[open] summary {
	border-bottom: 1px solid black;
	margin-bottom: 0.5em;
}
#teufels-scss-error .preview {
	font-size: 1rem;
}
