/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

.node-preview-container {
  position: sticky;
  z-index: 499;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.node-preview-form-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
