/**
 * Visually hidden page titles (screen-reader + SEO), not display:none.
 */
.pn-page-title-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Woodmart / Elementor primary page titles (see inc/primeneu-page-title-h1-sr-only.php). */
:is(.wd-woo-page-title, .wd-el-page-heading) .entry-title.title,
.wd-page-title .wd-title-wrapp > .entry-title.title {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
