/* Lidomatic Countdown Bar */
#lidomatic-countdown-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0073aa;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    z-index: 999999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#lidomatic-timer {
    font-weight: 700;
    font-size: 17px;
}
