.block-editor-page .is-selected .text-format-sr-only {
	box-shadow: 0 0 0 2px #900;
	position: relative;
}
.block-editor-page .is-selected .text-format-sr-only:after {
	content: '*';
	background: #900;
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	line-height: 1.2;
	padding-left: 3px;
	padding-right: 3px;
	pointer-events: none;
	text-decoration: none;
	text-indent: 0;
	white-space: nowrap;
	position: absolute;
	top: auto;
	left: -2px;
	right: auto;
	bottom: 100%;
	z-index: 1;
}
.block-editor-page.sr-only-show-always .text-format-sr-only {
	border-bottom: 1px solid #900;
}
body:not(.sr-only-show-always) .text-format-sr-only:not(.is-selected .text-format-sr-only)[class] {
	pointer-events: none;
	user-select: none;
	outline: 0;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: inset(50%);
	clip: rect(1px, 1px, 1px, 1px);
	margin-top: -1px;
	margin-left: -1px;
	width: 1px;
	height: 1px;
}
