/*
Theme Name: Newborn Weight Loss Tool WP
Theme URI: https://example.com/
Author: OpenAI
Description: WordPress conversion of the uploaded Newborn Weight Loss Tool app, with Customizer-managed footer content, ad slots, logo, favicon support, and WordPress-powered comparison data storage.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: nwt-theme
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fdfcfb;
}

#root:empty {
  min-height: 100vh;
}

#root header.sticky {
  top: 0;
}

body.admin-bar #root header.sticky {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #root header.sticky {
    top: 46px;
  }
}

.nwt-noscript {
  max-width: 760px;
  margin: 80px auto;
  padding: 24px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  font-family: system-ui, sans-serif;
}
