/* Share Whitepaper - Background Canvas Container */

#share-wp-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: radial-gradient(ellipse at 50% 20%, rgba(0, 30, 60, 0.7) 0%, rgba(4, 8, 16, 0.96) 60%, #040810 100%);
}

#share-wp-network-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
