/**
 * Helpers for markup this plugin owns, loaded under any theme.
 *
 * A pinned result is meant to look exactly like an organic one, so there is
 * deliberately no visual marker here. The default card's own styling lives in
 * card-fallback.css, which only loads when the theme has not declared a card
 * class of its own.
 */

/* Visually hidden, still announced. */
.ed-csr-sr-only {
	position: absolute;
	width: 0.0625rem;
	height: 0.0625rem;
	margin: -0.0625rem;
	padding: 0;
	overflow: hidden;
	clip: rect( 0 0 0 0 );
	clip-path: inset( 50% );
	white-space: nowrap;
	border: 0;
}
