/**
 * 3.16.11 — reader chrome. Loaded as its own file so the pagespeed bundle
 * cannot swallow it. Do not alias this handle.
 *
 * Overlay geometry stays in go-ads-component.css (absolute on the photo).
 */

/* Notch: sticky masthead used to sit under the iPhone status bar. */
body.go-verge .go-header,
body.go-verge .go-header--editorial {
	padding-block-start: env(safe-area-inset-top, 0px);
}

/* X lives in the offcanvas. Cached HTML may still print the header icon. */
body.go-verge .go-header__x {
	display: none !important;
}

/* EM ALTA is off the first viewport. The rail stays in the DOM for the drawer. */
body.go-verge .go-latest-bar.is-hidden {
	display: none !important;
}

/* Article tables: swipe, never pinch the page. */
body.go-verge .wp-block-table,
body.go-verge .go-article__content table,
body.go-verge table.go-editorial-table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Top-scroll close: 44px visual, not only the hit-area pseudo. */
body.go-verge > .go-adsense-topscroll.is-ad-filled:not(.is-ad-dismissed) > .go-ad-slot__dismiss {
	inline-size: 44px;
	block-size: 44px;
	min-inline-size: 44px;
	min-block-size: 44px;
}

@media (max-width: 767px) {
	body.single-post .go-ad-slot--article-hero-overlay > .go-ad-slot__dismiss {
		inline-size: 44px;
		block-size: 44px;
		min-inline-size: 44px;
		min-block-size: 44px;
	}
}
