/*
Theme Name: Crucible AI
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Single-page React theme for Crucible Agentics Corporation.
Version: 1.1.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: tmt
*/

/* WordPress admin bar offset for fixed header */
body.admin-bar #tmt-app > div > header,
body.admin-bar #tmt-app header[class*="fixed"],
body.admin-bar #tmt-app .tmt-navbar {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app > div > header,
	body.admin-bar #tmt-app header[class*="fixed"],
	body.admin-bar #tmt-app .tmt-navbar {
		top: 46px;
	}

	body.admin-bar #tmt-app .tmt-mobile-nav {
		top: calc(4rem + 46px);
	}
}

/* Interactive cursor */
#tmt-app a,
#tmt-app button,
#tmt-app [role="button"],
#tmt-app summary,
#tmt-app label[for],
#tmt-app input[type="submit"],
#tmt-app input[type="button"],
#tmt-app input[type="reset"],
#tmt-app select,
#tmt-app .cursor-pointer {
	cursor: pointer;
}
