/* Main container for the timer message */
.delivery-countdown-timer {
    font-size: 15px;
    color: #333333;
    border: none;
}

/* Holder for the timer part (H:M:S) */
.cdt-timer-span {
    display: inline-block;
}

/* Individual holders for hours, minutes, seconds */
.cdt-hldr {
    border: 1px solid #333333;
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px 4px;
    background: #333333;
    color: #FFFFFF;
    border-radius: 3px;
    font-weight: bold;
    font-family: monospace;
}

/* Margin for WooCommerce integration */
.cdn_before_adt_cart {
    margin-top: 15px;
    margin-bottom: 15px;
}