<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cz_sml_inner {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	transition: all .3s ease-in-out
}
.cz_sml_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: none;
	transition: all .3s ease-in-out
}
.cz_sml_open .cz_sml_overlay {
	opacity: 0;
	visibility: hidden
}
.cz_sml &gt; a {
	display: inline-block
}
.cz_sml_open &gt; a span:nth-child(1), 
.cz_sml &gt; a span:nth-child(2) {
	display: none
}
.cz_sml_open &gt; a span:nth-child(2) {
	display: block
}</pre></body></html>