/* Prevent WordPress theme CSS from leaking into the Base44 app */
#base44-root, #base44-root * {
  box-sizing: border-box;
}

/* Reset common WP button/link styling inside the app */
#base44-root button,
#base44-root input[type="button"],
#base44-root input[type="submit"]{
  font: inherit;
}

/* Ensure links inside app look as designed (Tailwind will handle) */
#base44-root a{
  text-decoration: none;
}
