#ad-bait {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#adblock-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    text-align: center;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

#adblock-overlay.show {
    display: flex;
}

.adblock-content {
    max-width: 600px;
    padding: 20px;
}

#adblock-overlay h2 {
    font-size: 2.8em;
    margin-bottom: 20px;
}

#adblock-overlay p {
    font-size: 1.3em;
    margin: 15px 0;
    line-height: 1.5;
}

#refresh-btn {
    padding: 12px 30px;
    font-size: 1.2em;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}

#refresh-btn:hover {
    background: #0056b3;
}

#adblock-status {
    font-style: italic;
    color: #a0d8ff;
}