/**
 * Heading Accent Tag — geometry only, no color.
 *
 * Styles the native Highlight <mark> inside a `le-accent-tag-heading` block.
 * Color comes from the <mark>'s own tokenized Highlight classes; never set here.
 */

.le-accent-tag-heading mark {
	display: inline-block;
	padding: 0 0.25em;
	border-radius: 6px;
	transform: rotate(-2deg);
}
