/* ADX Revenue Optimizer - front-end styles */

.adx-ro-before-content-ad,
.adx-ro-after-content-ad {
    margin: 20px 0;
    text-align: center;
}

.adx-ro-sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    text-align: center;
    padding: 10px 40px 10px 10px;
    box-sizing: border-box;
}

.adx-ro-interstitial-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adx-ro-interstitial-box {
    position: relative;
    background: #fff;
    padding: 20px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    border-radius: 8px;
}

.adx-ro-close-btn {
    position: absolute;
    top: 5px;
    right: 8px;
    background: #000;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
}

.adx-ro-sticky-footer .adx-ro-close-btn {
    top: 50%;
    transform: translateY(-50%);
}

.adx-ro-video-ad {
    margin-top: 20px;
    text-align: center;
}
