/* Real Ad Unlock Pro for K2 - CSS */
.mod-real-adunlock-k2 {
    margin: 2rem 0;
}

.real-adunlock-container {
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 1.5rem;
}

.mod-real-adunlock-k2.locked .real-adunlock-container {
    border-color: #ff6b6b;
    background: #fff5f5;
}

.mod-real-adunlock-k2.unlocked .real-adunlock-container {
    border-color: #51cf66;
    background: #ebfbee;
}

.real-adunlock-instructions {
    background: #ff6b6b;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.real-adunlock-instructions h4 {
    margin: 0 0 10px 0;
}

.real-ad-wrapper {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 3px solid #339af0;
    border-radius: 10px;
    padding: 1rem;
}

.real-ad-wrapper.real-ad-locked {
    border-color: #ff6b6b;
    border-width: 4px;
    background: #fff9f9;
}

.real-ad-wrapper.real-ad-unlocked {
    border-color: #51cf66;
    background: #f8fff9;
}

.real-adunlock-status {
    margin-top: 1rem;
    text-align: center;
}

.status-indicator {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
}

.status-indicator.locked {
    background: #ff6b6b;
    color: white;
}

.status-indicator.unlocked {
    background: #51cf66;
    color: white;
}

.real-adunlock-thankyou {
    background: #51cf66;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.real-adunlock-thankyou h4 {
    margin: 0 0 10px 0;
}