
.is-selected .text-format-sr-only {
	border-radius: 0;
	box-shadow: 0 0 0 2px #f0f;
	position: relative;
}

.is-selected .text-format-sr-only:after {
	background: #f0f;
	border-radius: 0;
	bottom: auto;
	color: #000;
	content: "*";
	font-family: Verdana, sans-serif;
	font-size: 11px;
	left: -2px;
	line-height: 1.2;
	padding-left: 3px;
	padding-right: 3px;
	pointer-events: none;
	position: absolute;
	right: auto;
	text-decoration: none;
	text-indent: 0;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}

.sr-only-show-always .text-format-sr-only {
	border-bottom: 2px solid #f0f;
	border-radius: 0;
}

.editor-styles-wrapper:not(.sr-only-show-always) .text-format-sr-only:not(.is-selected .text-format-sr-only)[class], body:not(.sr-only-show-always) .text-format-sr-only:not(.is-selected .text-format-sr-only)[class] {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	left: 0;
	margin-left: -1px;
	margin-top: -1px;
	outline: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	text-decoration: none;
	top: 0;
	user-select: none;
	white-space: nowrap;
	width: 1px;
}
