/* speciallaskuri.css */

#spc_countdown-container3 {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: nowrap;
gap: 0;
}


.digit {
    width: 100px;
    height: 150px;
}

.spc_sepaa {
    width: 50px;
    height: 80px;
    align-self: center;
    display: inline-block;
}

.spc_sepa2 {
    width: 100px;
    height: 150px;
    align-self: center;
    display: inline-block;
}


.time-unit {
    display: flex;
    flex-direction: row;
    gap: 0;

}
.blink {
    position: bottom;
    top: 4px; /* hienosäätö */
    animation: blink 2s steps(1) infinite;
}

@keyframes blink {
    50% { opacity: 0; }
}

}

@keyframes blink {
    .blink {
        position: bottom;
        top: 0px; /* tai -4px, riippuu mihin suuntaan haluat siirtää */
    }

    50% { opacity: 0; }
}
