
    /* divider between the two app sections */
    .kliq-divider {
      background: #0E2A38;
      color: rgba(255,255,255,0.35);
      text-align: center;
      padding: 8px 0;
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 0.4em;
    }
    /* hide the floating Tweaks panels in the standalone export — only
       one set of tweaks would apply at a time, and exposing both is
       confusing. Leaves the design clean. */
    .tweaks-panel, [data-tweaks-panel] { display: none !important; }

    /* Both apps render their own .nav at top:0 (position:absolute) and
       their own .footer. In the combined view we only want one of each.
       Hide the membership app's nav and footer. */
    .kliq-membership-wrap .nav { display: none !important; }
    .kliq-membership-wrap .footer { display: none !important; }
  