.elementor-101899 .elementor-element.elementor-element-bc676da{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-101899 .elementor-element.elementor-element-fc81d43 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-407ed80 */@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;600&display=swap');

.countdown-timer-bar {
    width: 100%;
    background-color: #98CC45;
    padding: 3px 0;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.countdown-timer-icon {
    font-size: 18px;
    margin-right: 5px;
}

.countdown-timer-link {
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
}

.countdown-timer-link:hover {
    color: white;
}

.countdown-timer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
}

.countdown-timer-content {
    display: inline-flex;
    align-items: center;
}

.countdown-timer-wrapper {
    display: flex;
    align-items: center;
    margin: 0 2px;
}

.countdown-timer-time-box {
    background-color: white;
    color: black;
    padding: 3px;
    margin: 0 1px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 25px;
    min-height: 25px;
    font-size: 18px;
}

.countdown-timer-time-label {
    margin: 0 2px;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    color: white;
}

#countdown-timer-start-date {
    margin-left: 2px;
    font-size: 18px;
}

@media (max-width: 600px) {
    .countdown-timer-text {
        font-size: 14px;
    }

    .countdown-timer-time-box {
        font-size: 14px;
        min-width: 25px; 
        min-height: 25px; 
    }

    .countdown-timer-time-label {
        font-size: 14px;
    }


    #countdown-timer-start-date {
        font-size: 14px;
    }
}/* End custom CSS */