
/* NaijaWide v2.9.0 — performance, accessibility and intelligence polish */
.nw-skip-link{
	position:fixed;
	top:8px;
	left:8px;
	z-index:999999;
	padding:11px 15px;
	border-radius:8px;
	color:#fff;
	background:#06713a;
	font-size:14px;
	font-weight:800;
	transform:translateY(-160%);
	transition:transform .18s ease;
	box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.nw-skip-link:focus{transform:translateY(0)}
.nw-theme-v290 :where(a,button,input,select,textarea,[tabindex]):focus-visible{
	outline:3px solid rgba(7,148,71,.42);
	outline-offset:3px;
}
.nw290-reading-time{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin:0 0 18px;
	padding:7px 10px;
	border:1px solid rgba(7,148,71,.14);
	border-radius:999px;
	color:#526159;
	background:#f7fbf8;
	font-size:11px;
	font-weight:800;
	line-height:1;
}
.nw-theme-v290 img{
	max-width:100%;
	height:auto;
}
.nw-theme-v290 iframe{
	max-width:100%;
}
.nw-theme-v290 .nw-home-columns,
.nw-theme-v290 .nw-single-shell{
	content-visibility:auto;
	contain-intrinsic-size:1px 900px;
}
@media (prefers-reduced-motion:reduce){
	.nw-theme-v290 *,
	.nw-theme-v290 *::before,
	.nw-theme-v290 *::after{
		scroll-behavior:auto!important;
		animation-duration:.01ms!important;
		animation-iteration-count:1!important;
		transition-duration:.01ms!important;
	}
}
@media(max-width:768px){
	.nw290-reading-time{margin-bottom:14px}
}
