#cc-demo-wormhole canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.cc-wormhole-overlay {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #b9c8ff;
    font: 13px system-ui, -apple-system, sans-serif;
    opacity: 0.5;
    letter-spacing: 0.3em;
    background: rgba(2, 3, 10, 0.5);
    padding: 6px 24px;
    border-radius: 30px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 10;
}
