/**
 * Strona Markets — layout (hero full-bleed jak mockup Markets.html).
 */

@layer templates {

body.page-slug-markets .entry-header {
	display: none;
}

body.page-slug-markets .site-main {
	padding-top: 0;
	padding-inline: 0;
	overflow-x: visible;
}

body.page-slug-markets .site-container,
body.page-slug-markets .entry-content {
	max-width: none;
	padding-inline: 0;
	overflow-x: visible;
}

@supports (overflow: clip) {
	body.page-slug-markets .site-main {
		overflow-x: visible;
	}
}

}
