.root {
  overflow: hidden;

  -st-states: clamp;
}

.root:clamp {
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
