/*
Theme Name: Learning Buddies
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Learning Buddies project.
Version: 1.0.2
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; overflow-x: hidden; }

/* Fixed header: offset when WP admin bar is visible (logged-in users). */
body.admin-bar #tmt-app .tmt-site-header {
	top: 32px;
}
@media (max-width: 782px) {
	body.admin-bar #tmt-app .tmt-site-header {
		top: 46px;
	}
}

/* Reviews testimonial card — flex centering (works even when WP/block CSS touches figure margins). */
#tmt-app #words .tmt-reviews-card-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}
#tmt-app #words .tmt-reviews-figure {
	margin: 0 auto;
	width: 100%;
	max-width: 48rem;
	box-sizing: border-box;
}
