/*
 * interworks-hello overrides — loaded after the transitional Bridge/old-child
 * cascade (see inc/assets.php), so rules here win on equal specificity.
 */

/*
 * Fix: with the WP admin bar visible, #top-block (rendered on blog singles +
 * the /blog page) sat ~110px too low — the old .admin-bar override was -20px
 * against a -130px baseline. Correct compensation for the 32px admin bar is
 * baseline + 32 ≈ -98px; -100px per QA. Long-standing bug that also exists on
 * live under Bridge; fixed here as part of the migration. Other pages render
 * #top-block-primary (opacity: 0), which is why they were never affected.
 */
.admin-bar #top-block {
	top: -100px;
}
