/**
 * Heading Accent Tag — geometry only, no color.
 *
 * Targets the native Highlight <mark> inside a heading/text block that opts in
 * via the `le-accent-tag-heading` class. Color comes from the <mark>'s own
 * tokenized Highlight preset classes; this file never sets a color.
 */

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