/*
 * Council 1 V1 corrective layer.
 * Restores visible search focus and keeps in-page targets below the sticky
 * editorial header without changing content, destinations, or measurement.
 */

.sleepbaby-affiliate-editorial-v3101 :where(
	.sb-hub-search,
	.sb-listing-search,
	.sb-hub-closing-search
) input:focus-visible {
	outline: 3px solid #0b65b1;
	outline-offset: 4px;
}

.sleepbaby-affiliate-editorial-v3101 :where(
	#sleep-questions,
	#most-read,
	#latest-guides,
	#workshop-list,
	#sb-related-title,
	#comments
) {
	scroll-margin-top: 110px;
}

@media (max-width: 680px) {
	.sleepbaby-affiliate-editorial-v3101 :where(
		#sleep-questions,
		#most-read,
		#latest-guides,
		#workshop-list,
		#sb-related-title,
		#comments
	) {
		scroll-margin-top: 92px;
	}
}

@media (forced-colors: active) {
	.sleepbaby-affiliate-editorial-v3101 :where(
		.sb-hub-search,
		.sb-listing-search,
		.sb-hub-closing-search
	) input:focus-visible {
		outline-color: Highlight;
	}
}
