.vred-elements-archive-description__full {
	display: none;
}

.vred-elements-archive-description.is-expanded .vred-elements-archive-description__excerpt {
	display: none;
}

.vred-elements-archive-description.is-expanded .vred-elements-archive-description__full {
	display: block;
}

.vred-elements-archive-description__excerpt > :last-child,
.vred-elements-archive-description__full > :last-child {
	margin-bottom: 0;
}

.vred-elements-archive-description .vred-elements-archive-description__read-more {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	text-decoration: underline;
}

.vred-elements-archive-description .vred-elements-archive-description__read-more:hover,
.vred-elements-archive-description .vred-elements-archive-description__read-more:focus {
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	color: inherit;
	text-decoration: underline;
}
