.root {
  -st-states: vertical;
  /** https://bugzilla.mozilla.org/show_bug.cgi?id=1528030 */
  max-width: 100%;
}

.root:vertical {
  align-self: center;
}

@media all and (-ms-high-contrast: none) {
  .root {
    margin: 10px 10px 0 10px;
    flex: 1 0 auto;
  }
}
