.heading {
  align-items: center;
  display: flex;
  gap: var(--global-space-x16);
}.heading > *:first-child {
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
