/* The AIGC pages use the site's header, footer, and floating contact controls. */
body.aigc-product-page > header { background: rgba(19, 33, 46, .94); z-index: 30; }
body.aigc-product-page > main { padding-top: 116px; }
body.aigc-product-page .ejfhlb { z-index: 26; }
body.aigc-product-page .cbl { z-index: 2147482401; }
body.aigc-product-page .cbl1 { display: block; z-index: 25; }
body.aigc-product-page .cbllist h2 { white-space: nowrap; }
body.aigc-product-page #aigc-training .wrap { box-sizing: border-box; }
body.aigc-product-page #root .site-header,
body.aigc-product-page #root .site-footer,
body.aigc-product-page #root .backlist,
body.aigc-product-page #root .sidebar,
body.aigc-product-page #root .qr-float,
body.aigc-product-page #root .side-tools,
body.aigc-product-page #root .footer-social { display: none !important; }
body.aigc-product-page #root .site-shell { overflow: visible; }
body.aigc-product-page #root .hero-section { padding-top: 0 !important; }
body.aigc-creation-page #root .management-card .management-art {
  display: block;
  width: 100%;
  height: 218px;
  object-fit: cover;
  background: #142838;
}
/* The creation page's old jump link overlaps the site's return button. */
body.aigc-creation-page #root a.back-pill[href="#features"] { display: none !important; }
/* Tailwind's max-width:100% shrinks the site's 90px QR to the 30px rail. */
body.aigc-creation-page .cbl .cbllist:first-child img {
  display: none;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  max-width: none;
  left: -188px;
  top: -67px;
  padding: 9px;
  background: #fff;
  object-fit: contain;
  image-rendering: pixelated;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}
body.aigc-creation-page .cbl .cbllist:first-child:hover img { display: block; }
@media (max-width: 1280px) {
  body.aigc-product-page > main { padding-top: 70px; }
}
@media (max-width: 767px) {
  body.aigc-product-page > header { background: #fff; }
  body.aigc-product-page > main { padding-top: 70px; }
  body.aigc-product-page .ejfhlb { top: 100px; }
  body.aigc-product-page .cbl1 { display: none; }
  body.aigc-creation-page .cbl .cbllist:first-child img {
    width: 140px;
    height: 140px;
    left: -148px;
    top: -47px;
  }
}
