.jc-container-bea502c5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New', Courier, monospace;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
}

.jc-title-bea502c5 {
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jc-clock-bea502c5 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jc-time-box-bea502c5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #111;
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 70px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.jc-time-val-bea502c5 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
}

.jc-time-lbl-bea502c5 {
    font-size: 0.65rem;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.jc-separator-bea502c5 {
    font-size: 2rem;
    color: #444;
    font-weight: bold;
    animation: jc-blink-bea502c5 1s infinite;
}

@keyframes jc-blink-bea502c5 {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0.1; }
}
