/* VRGoo Ads Manager Styles */

.vrgoo-ad-inline,
.vrgoo-ad-bottom {
    margin: 20px 0;
    text-align: center;
    clear: both;
}

/* Video Ad Overlay */
#vrgoo-ad-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vrgoo-ad-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.vrgoo-ad-overlay-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.vrgoo-ad-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
    border-radius: 12px 12px 0 0;
}

.vrgoo-ad-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vrgoo-ad-timer {
    font-size: 14px;
    color: #e74c3c;
    font-weight: bold;
}

.vrgoo-ad-close {
    background: #46b450;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.2s;
}

.vrgoo-ad-close:hover {
    background: #3a9e42;
}

.vrgoo-ad-body {
    padding: 20px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vrgoo-ad-body ins {
    width: 100%;
}

.vrgoo-ad-footer {
    padding: 12px 20px;
    border-top: 1px solid #eee;
    text-align: center;
    background: #fffbf0;
    border-radius: 0 0 12px 12px;
}

.vrgoo-ad-footer p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.vrgoo-ad-footer a {
    color: #e74c3c;
    font-weight: bold;
    text-decoration: none;
}

.vrgoo-ad-footer a:hover {
    text-decoration: underline;
}

/* Header banner ad */
.vrgoo-ad-header {
    text-align: center;
    padding: 10px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
