/* Soft protect — casual friction only; editors exempt via body class absence. */
body.ak-soft-protect .entry-content,
body.ak-soft-protect .ak-article,
body.ak-soft-protect .ak-page-intro,
body.ak-soft-protect main#content {
	-webkit-user-select: none;
	user-select: none;
}

body.ak-soft-protect .entry-content input,
body.ak-soft-protect .entry-content textarea,
body.ak-soft-protect .entry-content a,
body.ak-soft-protect .ak-a11y-bar,
body.ak-soft-protect .ak-a11y-bar * {
	-webkit-user-select: text;
	user-select: text;
}
