[data-flk-readmore] > .flk-readmore-full,
[data-flk-readmore].is-open > .flk-readmore-short {
	display: none;
}

[data-flk-readmore].is-open > span.flk-readmore-full {
	display: inline;
}

div.flk-readmore-short,
[data-flk-readmore].is-open > div.flk-readmore-full {
	display: flex;
	flex-direction: column;
	gap: inherit;
}

.flk-readmore-less {
	margin: 0 !important;
}

.flk-readmore-btn {
	display: inline;
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	font: inherit;
	font-weight: 700;
	line-height: inherit;
	letter-spacing: normal;
	text-transform: none;
	white-space: normal;
	vertical-align: baseline;
	color: #B07B24;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.flk-readmore-btn:hover,
.flk-readmore-btn:focus-visible {
	background: none;
	color: #E5A035;
	text-decoration: underline;
}
