.Collapse {
  inline-size: 100%;
  transition: block-size var(--transition-default) ease;
  overflow: hidden;
  will-change: height;
}
