/*
Theme Name: ONHUB E-Commerce Platform
Theme URI: https://shop.onhubex.com/
Author: ONHUB
Description: WordPress conversion of the ONHUB React/Vite e-commerce platform interface, preserving the original bilingual UI, interactions, reading mode, AI assistant, AI store builder, pricing, FAQ, and contact experience.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: onhub
*/

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

#root {
  min-height: 100vh;
}

/* Keep WordPress editor/frontend defaults from altering the React application. */
#root *, #root *::before, #root *::after {
  box-sizing: border-box;
}

body > .skip-link.screen-reader-text,
body > #wpadminbar + #root {
  position: relative;
}
