/* ===== Ad Blocker Overlay Styles ===== */
#adblock-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; /* Solid background */
    z-index: 99999; /* Higher z-index for WP */
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.adblock-modal {
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
.adblock-modal h2 {
    color: #b30000;
    margin-top: 0;
}
.adblock-modal p {
    color: #333;
    font-size: 1.1em;
    line-height: 1.6;
}