/**
 * 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);
    }
  }
}
