
.trwc-adshield-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}
.trwc-adshield-message {
    background: #fff;
    color: #000;
    padding: 30px;
    max-width: 500px;
    text-align: center;
    font-family: sans-serif;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
#trwc-diagnostics-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #0f0;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    font-family: monospace;
    z-index: 1000000;
}
