/* Direktzug.at Finder integration.
 * The Shared Core / Direktzug.com Finder is the visual and interaction baseline.
 * Keep only the explicit AT site-shell integration here.
 */

body.dz-site .dz-finder-page-shell {
	background:#f4f7f8;
}

body.dz-site .dzf-app,
body.dz-site .dzf-app h1,
body.dz-site .dzf-app h2,
body.dz-site .dzf-app h3,
body.dz-site .dzf-app h4,
body.dz-site .dzf-app button,
body.dz-site .dzf-app input,
body.dz-site .dzf-app select {
	font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* Explicit AT decision: the website header is the product header. */
body.dz-site .dzf-product-header {
	display:none !important;
}

/* Finder pages do not use the homepage fixed mobile bottom navigation. */
body.dz-site .dz-finder-page-shell ~ .dz-bottom-nav {
	display:none !important;
}
