/* Header CTA button: pill shape with a small orange "live" dot before the label. */
.header-cta .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	font-weight: 800;
	font-size: var(--wp--preset--font-size--label);
	text-transform: uppercase;
	letter-spacing: var(--wp--custom--typography--tracking-label, 0.08em);
}

.header-cta .wp-block-button__link::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--orange-500);
	flex-shrink: 0;
}
