.lynx-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.lynx-eyebrow__line {
	display: block;
	width: 40px;
	height: 2px;
	background: #c1a26d;
	flex-shrink: 0;
}
.lynx-eyebrow__text {
	font-family: var(--lynx-font-heading), sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #c1a26d;
}
