.hoon-read-more-preview,
.hoon-read-more-content {
	display: block;
}

.hoon-read-more-actions {
	margin-top: 10px;
}

.hoon-read-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-align: inherit;
	cursor: pointer;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.hoon-read-more-btn:hover,
.hoon-read-more-btn:focus {
	background: transparent;
}

.hoon-read-more-btn:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.hoon-read-more-content[hidden],
.hoon-read-more-preview[hidden] {
	display: none;
}
