/*
Theme Name: AI Automate Pro
Theme URI: https://www.aiautomatepro.com/
Author: AI Automate Pro Inc.
Description: Custom responsive marketing website for AI Automate Pro.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ai-automate-pro
*/

.wp-fallback {
  min-height: 100vh;
  padding: 120px 5% 80px;
  background: #000818;
  color: #e8edf5;
  font-family: Inter, system-ui, sans-serif;
}

.wp-fallback__inner { max-width: 800px; margin: 0 auto; }
.wp-fallback h1 { margin-bottom: 20px; color: #fff; }
.wp-fallback a { color: #7eb8f7; }

@media screen and (max-width: 782px) {
  body.admin-bar > nav:first-of-type { top: 46px; }
}

/* ── WORDPRESS ADMIN BAR COMPATIBILITY ── */
.admin-bar nav                    { top: 32px !important; }
.admin-bar body.banner-visible nav { top: 72px !important; }
@media screen and (max-width: 782px) {
  .admin-bar nav                    { top: 46px !important; }
  .admin-bar body.banner-visible nav { top: 86px !important; }
}

/* ── HIDE CONFLICTING EXTERNAL MOBILE NAV (safety net) ── */
.mobile-nav-toggle { display: none !important; }
.mobile-nav-panel  { display: none !important; }
