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

/**
 * Content header.
 */

.content-header {
  margin-bottom: var(--admin-space-s);

  /* Normalize whitespace if empty. */
  @media (--admin-small) {
    &:not(:has(.layout-container *)) {
      margin-block-start: calc(var(--admin-space-m) * -1);
    }
  }
}
