.content-locker {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.locker-header h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.locker-body {
    margin: 25px 0;
}

.email-section input {
    padding: 12px 15px;
    border: none;
    border-radius: 25px;
    width: 300px;
    margin-right: 10px;
    font-size: 16px;
}

.email-section button, 
.social-buttons button {
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    background: #ff6b6b;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease;
}

.email-section button:hover,
.social-buttons button:hover {
    background: #ff5252;
    transform: translateY(-2px);
}

.social-buttons {
    margin: 20px 0;
}

.fb-share {
    background: #3b5998 !important;
}

.twitter-share {
    background: #1da1f2 !important;
}

.countdown-section {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
}

#countdown {
    font-size: 20px;
    font-weight: bold;
    color: #ffeb3b;
}

.locked-content {
    margin-top: 20px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    color: #333;
}

.unlocked-message {
    text-align: center;
}