/*
Theme Name: EcoLoop-Exim
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for EcoLoop-Exim LLC — global aluminum scrap trading, export services, and trade inquiry intake.
Version: 1.0.6
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* ── WordPress admin bar + sticky site header ── */
:root {
	--tmt-admin-bar-height: 0px;
}

@media screen and (min-width: 783px) {
	.admin-bar {
		--tmt-admin-bar-height: 32px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar {
		--tmt-admin-bar-height: 46px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}

	html.admin-bar {
		margin-top: 0 !important;
	}

	html.admin-bar body {
		padding-top: var(--wp-admin--admin-bar--height, 46px) !important;
	}
}

.admin-bar .tmt-site-header {
	top: var(--tmt-admin-bar-height, var(--wp-admin--admin-bar--height, 32px));
}

/* Customizer preview uses the same offset when admin bar is present */
body.wp-customizer .admin-bar .tmt-site-header {
	top: var(--tmt-admin-bar-height, var(--wp-admin--admin-bar--height, 32px));
}

/* Clickable elements */
a[href]:not([disabled]),
button:not(:disabled),
[role="button"]:not([disabled]),
label[for],
select,
summary {
	cursor: pointer;
}
