/* Newsroom UI chrome. Decorative chevrons must not be a literal question mark. */
.israel-ui-chevron {
	display: inline-block;
	margin-inline-start: 0.35em;
	speak: never;
}

.israel-ui-chevron::before {
	content: "\2192";
}

html[dir="rtl"] .israel-ui-chevron::before,
body.rtl .israel-ui-chevron::before {
	content: "\2190";
}
