.read-more-wrapper-f8812106 .hidden-content-container {
	position: relative;
}
.read-more-wrapper-f8812106 .hidden-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 400ms ease-in-out;
}
.read-more-wrapper-f8812106 .hidden-content.is-expanded {
	/* max-height handled dynamically via JS to match scrollHeight */
}
.read-more-wrapper-f8812106 .read-more-btn-f8812106 {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 10px 15px;
	margin-top: 15px;
	display: inline-block;
	transition: all 0.3s ease;
}
