.tribe-editor__accordion__row-content {
	max-height: 0;
	overflow: hidden;

	&.active {
		max-height: none;
	}
}
