/*
Theme Name: eduJunxion
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from eduJunxion project.
Version: 1.0.0
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: offset fixed/sticky chrome below #wpadminbar */
:root {
	--tmt-admin-offset: 0px;
}

html.admin-bar {
	--tmt-admin-offset: 32px;
}

@media screen and (max-width: 782px) {
	html.admin-bar {
		--tmt-admin-offset: 46px;
	}
}

#tmt-app .tmt-site-header {
	top: var(--tmt-admin-offset);
}

#tmt-app .tmt-mobile-nav-below-header {
	top: calc(var(--tmt-admin-offset) + 6rem);
}

#tmt-app .tmt-sticky-below-header {
	top: calc(var(--tmt-admin-offset) + 7rem);
}

body.admin-bar [data-sonner-toaster][data-y-position="top"] {
	top: calc(var(--tmt-admin-offset) + 1rem) !important;
}
