/* Color-only exception: keep the existing title typography and change its accent. */
::highlight(wb-title-highlight) { color: #0260fd; }
.wb-title-highlight { color: #0260fd; }
/* This is a WordPress editor control, not a marketing CTA. Use editor UI styles. */
.wb-title-highlight-toolbar {
	position: fixed;
	z-index: 100000;
	display: flex;
	padding: 4px;
	border: 1px solid #1e1e1e;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 2px 6px #0003;
}
.wb-title-highlight-toolbar[hidden] { display: none; }
.wb-title-highlight-toolbar button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0;
	border-radius: 2px;
	padding: 8px 12px;
	min-height: 36px;
	background: #fff;
	color: #1e1e1e;
	font: 500 13px/20px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	cursor: pointer;
}
.wb-title-highlight-toolbar button[aria-pressed="true"] { background: #1e1e1e; color: #fff; }
.wb-title-highlight-toolbar button:hover { background: #f0f0f0; color: #1e1e1e; }
.wb-title-highlight-toolbar button:focus-visible { outline: 2px solid #0260fd; outline-offset: 1px; }
