<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.expandable-text{
	position: relative;
}

.expandable-text .text-container{
	position: relative;
	height: 700px;
	overflow: hidden;
	z-index: 0;
}

.expandable-text .fill{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 75%, #ffffffff 100%);
	pointer-events: none;
}

.expandable-text .show-more{
	z-index: 2;
	position: absolute;
	left: 50%;
	bottom: -5%;
}

.expandable-text .show-more button{
	z-index: 2;
	position: relative;
	left: -50%;
	top: 50%;
}</pre></body></html>