/**
 * Isolate China Desk landing from Gutenverse / investmoon CSS.
 * Header (.wp-block-template-part / .wp-site-blocks) keeps global theme CSS.
 */

body.china-desk-page {
  background: #fff;
}

body.china-desk-page .china-desk .container::before,
body.china-desk-page .china-desk .container::after {
  content: none !important;
  display: none !important;
}

body.china-desk-page .china-desk .container {
  width: 100%;
  max-width: var(--container, 1180px);
  margin-left: auto;
  margin-right: auto;
}
