.woodd-countdown-container {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.woodd-countdown-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.timerdeadline {
    font-weight: bold;
    color: #333;
}

.timershipping {
    color: #333;
}

.timernextshipping {
    color: #666;
    margin-top: 5px;
}

/* Time component styling */
.woodd-days, .woodd-hours, .woodd-minutes, .woodd-seconds {
    display: inline;
}

/* Uncomment this to hide seconds */
/*
.woodd-seconds {
    display: none;
}
*/