.time-box {
    text-align: center;
}

.time-value {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.time-label {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    display: block;
    margin-top: 5px;
}

.timer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
} 