
[data-collapse-target] {
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-out;

  &.expanded {
    height: auto;
  }
}
