
#ycl-preview {
    filter: blur(3px);
    user-select: none;
}

#ycl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#ycl-box {
    background: #ffffff;
    padding: 35px;
    max-width: 420px;
    border-radius: 10px;
    text-align: center;
}

#ycl-subscribe {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 22px;
    background: #ff0000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
