.pro-teer-countdown-container {
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 8px;
}

.pro-teer-next-draw-label {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.pro-teer-timer {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: #444;
}

.timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-val {
    font-size: 1.2rem;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-width: 30px;
}

.timer-unit {
    font-size: 0.6rem;
    color: #888;
    margin-top: 2px;
}