.bk-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; line-height: 1;  margin-bottom: 1rem;}
.bk-eyebrow__text { color:var(--color-primary-700)!important;}
.bk-eyebrow--uppercase .bk-eyebrow__text { text-transform: uppercase; letter-spacing: 0.08em; }
.bk-eyebrow--sm { font-size: 0.8125rem; }
.bk-eyebrow--md { font-size: 0.9375rem; }
.bk-eyebrow--lg { font-size: 1.0625rem; }

.bk-eyebrow__dash { display: inline-block; width: var(--bk-eyebrow-dec-w, 32px); height: 1px; background: currentColor; flex: 0 0 auto; }

.bk-eyebrow__icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 1.25em; flex: 0 0 auto; }
.bk-eyebrow__svg { display: block; width: 100%; height: 100%; color: inherit; }
.bk-eyebrow__svg [fill]:not([fill="none"]) { fill: currentColor; }
.bk-eyebrow__svg [stroke]:not([stroke="none"]) { stroke: currentColor; }

.bk-eyebrow__text { color: inherit; font-weight: 500; }