/*
 * The reserved-space rule (position/padding-top on the headline element,
 * height on .bdn-hp-overline-row) is generated in PHP from
 * BDN_HP_SIGNALS_HEADLINE_SELECTOR / BDN_HP_SIGNALS_ROW_HEIGHT and injected
 * via wp_add_inline_style — see bdn_hp_signals_reserved_space_css() — so it
 * can't drift out of sync with the selector configured there. Only the
 * row's internal layout and the overline/badge typography live here.
 */

.bdn-hp-overline-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bdn-hp-overline {
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #0f5e34;
}

.bdn-hp-overline--red {
	color: #c8102e;
}

.bdn-hp-updated {
	color: #c8102e;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
