/* TIR — Tema bağımsız sayfa izolasyonu */
body.tir-standalone {
	margin: 0 !important;
	padding: 0 !important;
	background: #f1f5f9 !important;
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
	color: #0f172a !important;
}

body.tir-standalone #page,
body.tir-standalone .site,
body.tir-standalone .content-wrap,
body.tir-standalone .entry-content-wrap,
body.tir-standalone article.page {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tir-standalone .entry-header,
body.tir-standalone .page-title,
body.tir-standalone .entry-title,
body.tir-standalone .kadence-breadcrumbs,
body.tir-standalone header.site-header,
body.tir-standalone footer.site-footer,
body.tir-standalone #colophon,
body.tir-standalone .site-top-header-wrap {
	display: none !important;
}

body.tir-standalone #tir-main {
	min-height: 60vh;
}

body.tir-standalone.admin-bar .tir-site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.tir-standalone.admin-bar .tir-site-header {
		top: 46px;
	}
}
