/* Theme fixes — minimal overrides on top of app-bridge.css */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f5f9;
	clip: auto !important;
	clip-path: none;
	color: #0f172a;
	display: block;
	font-size: 0.875rem;
	height: auto;
	left: 0.5rem;
	line-height: normal;
	padding: 0.75rem 1rem;
	text-decoration: none;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}

.single-post .entry-header .entry-meta {
	display: none !important;
}

.single-post .pmn-blog-body > h1:first-child {
	display: none !important;
}

.pmn-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 2rem;
}

.pmn-blog-pagination .page-numbers {
	display: inline-block;
	padding: 0.5rem 0.85rem;
	border-radius: 0.375rem;
	text-decoration: none;
	color: var(--pmn-ink, #0f172a);
}

.pmn-blog-pagination .page-numbers.current {
	background: var(--pmn-accent, #ef4444);
	color: #fff;
}
