#gazawy-overlay{
    display:none;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#fff;
    z-index:999999;
    justify-content:center;
    align-items:center;
}

#gazawy-box{
    width:90%;
    max-width:420px;
    text-align:center;
    padding:30px;
}

#gazawy-box h2{
    color:#000;
    margin-bottom:15px;
}

#gazawy-box p{
    color:#555;
    line-height:1.8;
    margin-bottom:20px;
}

#gazawy-btn{
    display:inline-block;
    background:#ff0050;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:8px;
    font-size:18px;
    cursor:pointer;
}

#gazawy-copy-link{
    width:100%;
    padding:14px;
    border:none;
    border-radius:8px;
    background:#ff0050;
    color:#fff;
    cursor:pointer;
    font-size:16px;
}

#gazawy-open-browser{
    width:100%;
    padding:14px;
    border:none;
    border-radius:8px;
    background:#333;
    color:#fff;
    cursor:pointer;
    font-size:16px;
}