.root {
  -st-states: mobile;
}

.root:mobile {
  flex-direction: column;
  padding-right: 18px;
  padding-left: 18px;
}

.root:mobile > * {
  margin-left: 0;
  margin-top: 6px !important;
  height: auto;
}
