#adblock-detector-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adblock-detector-message {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 90%;
}

#adblock-detector-close {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

#adblock-bait {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -9999px;
}
