/* Countdown Timer - Styly */
/* Web: fajncigarety.cz */
/* Verze: 1.0 */

/* Hlavn  kontejner counteru po p esunut  */
.dkLabCountdownWrapper.counter-moved {
    margin: 8px 8px 8px 8px !important;
    display: block !important;
    text-align: center !important;
    padding: 5px 10px !important;
    background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%) !important;
    color: white !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    box-shadow: 0 2px 6px rgba(255, 68, 68, 0.25) !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: 35px !important;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: 0.9 !important;
}

/* Text "Ak n  cena kon   za" */
.counter-moved .dkLabCountdownActionText {
    display: block !important;
    margin-bottom: 3px !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: normal !important;
}

/* Timer kontejner */
.counter-moved .dkLabCountdownTimer {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: white !important;
    font-size: 13px !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
}

/* Jednotliv    sti (dny, hodiny, minuty, sekundy) */
.counter-moved .dkLabCountdownPartDays,
.counter-moved .dkLabCountdownPartHours,
.counter-moved .dkLabCountdownPartMinutes,
.counter-moved .dkLabCountdownPartSeconds {
    display: inline-block !important;
    margin: 0 2px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/*   seln  hodnoty */
.counter-moved .dkLabCountdownPartValue {
    display: inline !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

/* Textov  popisky (dny, h, m, s) */
.counter-moved .dkLabCountdownPartText {
    display: inline !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: white !important;
    font-size: 11px !important;
    margin-left: 1px !important;
    font-weight: normal !important;
}

/* Responzivn   pravy pro mobily */
@media (max-width: 768px) {
    .dkLabCountdownWrapper.counter-moved {
        padding: 6px 8px !important;
        margin: 0 0 6px 0 !important;
    }
    
    .counter-moved .dkLabCountdownActionText {
        font-size: 10px !important;
    }
    
    .counter-moved .dkLabCountdownTimer {
        font-size: 12px !important;
    }
    
    .counter-moved .dkLabCountdownPartValue {
        font-size: 13px !important;
    }
    
    .counter-moved .dkLabCountdownPartText {
        font-size: 10px !important;
    }
}

