.formatted-writing-808 {
	position: relative;
	overflow: hidden;
}

.fw-808-content {
	position: relative;
	transition: max-height 0.4s ease-in-out;
}

.fw-808-content.fw-808-collapsed {
	overflow: hidden;
}

.fw-808-content.fw-808-collapsed::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	pointer-events: none;
}

.fw-808-btn-wrapper {
	margin-top: 15px;
	text-align: center;
}

.fw-808-btn {
	background: none;
	border: none;
	padding: 0;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.fw-808-btn:hover {
	opacity: 0.8;
}