.timer-unit {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(255, 255, 255, 0.9);
            padding: 8px 16px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        .timer-value {
            font-size: 24px;
            font-weight: 700;
            color: #d4af37;
        }
        .timer-label {
            font-size: 10px;
            text-transform: uppercase;
            color: #4d4635;
        }