.cin-expander {
	padding-top: 0;
	padding-bottom: 0;
}

.cin-expander .cin-clicker {
	cursor: pointer;
}

.cin-expander[data-cin-expander-closed-height],
.cin-expander.animating {
	overflow-y: hidden;
}

.cin-expander:not([data-cin-expander-closed-height]):not(.animating):not(.open) .cin-collapser {
  display: none;
}