.nlc-timer-wrapper {
    display: flex;
    gap: 1rem;
    font-family: monospace;
    justify-content: center;
}

.nlc-time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #111;
    color: #ffb700;
    padding: 1rem;
    border-radius: 4px;
    min-width: 80px;
}

.nlc-val {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.nlc-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.5rem;
    color: #888;
}

/* Match the Cyberpunk vibe from the screenshots */
.nlc-style-cyberpunk-hud-console .nlc-time-block {
    border-left: 4px solid #ffb700;
    box-shadow: 0 4px 15px rgba(255, 183, 0, 0.1);
}