.properties.foldable{
	display: flex;
	flex-direction: column;
}

.metadata > div:not(:last-child), .metadata .media-render:not(:last-child){
	margin-bottom: 1rem;
}

.properties:not(:last-child){
	padding-bottom: 1rem;;
	border-bottom: 2px solid #ececec;
}

.properties h4{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.properties.foldable h4{
	cursor: pointer;
	margin-bottom: 0;
}

.properties.foldable.open h4{
	margin-bottom: 1rem;
}

.properties.foldable h4::after{
	content: "\f078";
	margin-left: .5rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.properties.foldable.open h4::after{
	content: "\f077";
}

.properties.foldable dl{
	display: none;
}

.properties.foldable.open dl{
	display: block;
}