<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ctc-block-copy {
	transition: all ease-in-out 0.2s;
}

.ctc-block-content &gt; p:last-child {
	margin-bottom: 0;
}

.ctc-with-icon {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ctc-with-icon .check-icon {
	display: none;
}

.copied .ctc-with-icon .copy-icon {
	display: none;
}

.copied .ctc-with-icon .check-icon {
	display: block;
}
</pre></body></html>