.premiere-countdown {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.premiere-countdown h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 1.2em;
}

.countdown-timer {
    font-size: 1.5em;
    font-weight: bold;
    color: #2c3e50;
}

.countdown-timer span {
    display: inline-block;
    min-width: 40px;
    padding: 5px;
    margin: 0 5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.premiere-ended {
    text-align: center;
}

.premiere-ended h3 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.premiere-ended .button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.premiere-ended .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
} 