
/*
Theme Name: New US China Forum Theme
Theme URI: https://somershomes.us/New_us_chinaforum/
Author: ChatGPT (prepared for Rouh Bow)
Description: A minimal WordPress theme that renders the New_us_chinaforum page inside WordPress. Replace the iframe with native templates when ready.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-us-chinaforum
*/

/* Basic reset and full-viewport iframe styling */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#app-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header, .site-footer {
  padding: 10px 16px;
  border-bottom: 1px solid #eaeaea;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.site-footer { border-top: 1px solid #eaeaea; border-bottom: none; }

.site-title {
  font-size: 18px;
  font-weight: 600;
}

.iframe-container {
  flex: 1 1 auto;
  position: relative;
}

.iframe-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
