/*
 Theme Name:   Kreatif Agency Theme
 Theme URI:    https://www.kreatif.co.uk/
 Description:  Bricks child theme for the Kreatif website.
 Author:       Kreatif
 Author URI:   https://www.kreatif.co.uk/
 Template:     bricks
 Version:      1.8.1
 Text Domain:  kreatif-agency-theme
*/

/**
 * Eyebrow ↔ heading pairing.
 *
 * `.stack` / `.flow` use `--content-gap` (space-l) between every child. That is
 * correct between blocks, but too large between a label and its title. Pull the
 * following heading up so net distance is `--space-xs` whether the parent uses
 * flex `gap` or flow adjacent margins.
 */
.eyebrow {
  margin: 0;
}

.stack > .eyebrow + .brxe-heading,
.stack > .eyebrow + :is(h1, h2, h3, h4, h5, h6),
.flow > .eyebrow + .brxe-heading,
.flow > .eyebrow + :is(h1, h2, h3, h4, h5, h6),
.stack > .eyebrow + .display,
.flow > .eyebrow + .display {
  margin-block-start: calc(var(--space-xs) - var(--content-gap));
}
