/*
Theme Name: DMV Practice Tests
Theme URI: https://dmvpracticetests.net/
Author: DMV Practice Tests
Description: WordPress conversion of the DMVPracticeTests React experience with native WordPress pages, blog posts, Customizer-controlled advertising, affiliate placements, logo, footer, and search-engine friendly page discovery.
Version: 1.0.5
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: dmv-practice-tests
*/

/* The application CSS is compiled from src/index.css and enqueued by functions.php. */


/* v1.0.4: the site navigation is intentionally hamburger-only at every viewport. */
#wp-site-header nav { display: none !important; }
#wp-site-header #dmvpt-desktop-actions { display: none !important; }
#wp-site-header #wp-mobile-menu-toggle { display: inline-flex !important; align-items: center; justify-content: center; }

/* Preserve original floating-share coordinates even if utility CSS is cached or purged. */
#floating-share-widget { position: fixed !important; right: 1.5rem !important; bottom: 1.5rem !important; z-index: 50; }
#related-state-tests { display: block !important; margin-top: 2rem; }

/* Server-rendered fallback shown only until the React application mounts. */
.dmvpt-server-fallback {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.dmvpt-server-h1 {
  margin: 0;
  color: #1c1917;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
