.kira-ads-overlay {
    background: #959595;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    text-align: center;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #666;
}

.kira-ads-container {
    max-width: 700px;
    margin: 0 auto;
}

.kira-ads-top {
    font-size: 18px;
    margin-bottom: 20px;
    color: #eee;
}

.kira-ads-link-text {
    display: inline-block;
    background: #ff4d4f;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 0;
    border: 1px solid #fff;
}

.kira-ads-banner {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.kira-ads-bottom {
    font-size: 15px;
    color: #bbb;
    margin-top: 20px;
    font-style: italic;
}

/* Logic hide content */
body.kira-ads-locked #readerContent {
    display: none !important;
}

body.kira-ads-locked {
    /* Keep theme background */
}