:root {
	--nakedcatplugins-lang-attr-highlight-color: rgba( 255, 0, 0, 0.65 );
}

body:not(.block-editor-page) *[lang],
.editor-styles-wrapper .naked-cat-plugins-has-lang-attr {
	outline: 3px dashed var(--nakedcatplugins-lang-attr-highlight-color) !important;
	outline-offset: 2px;
}

html.naked-cat-plugins-post-has-lang-attr {
	outline: 3px dashed var(--nakedcatplugins-lang-attr-highlight-color) !important;
	outline-offset: -3px;
}