/* Timer General CSS */
.wpcdt-wrap, .wpcdt-wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.wpcdt-clearfix:before, .wpcdt-clearfix:after {
    content: "";
    display: table;
}

.wpcdt-clearfix::after {
    clear: both;
}

.wpcdt-iframe-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.wpcdt-iframe-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

.wpcdt-timer-wrap {
    position: relative;
    text-align: left;
    margin: 0 !important;
    z-index: 1;
}

/* Ensure timer wrap uses flexbox for alignment */
.wpcdt-timer-inr {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

/* Style for the countdown */
.wpcdt-clock {
    display: flex;
    align-items: center;
}

/* Style for the title */
.wpcdt-title {
    margin-left: 40px;
    font-size: 72px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    order: 1;
}

/* Adjust spacing for countdown columns */
.wpcdt-col {
    display: inline-flex;
    align-items: center;
}

/* Adjust colon spacing */
.wpcdt-days-wrap::after,
.wpcdt-hours-wrap::after,
.wpcdt-minutes-wrap::after {
    content: ":";
    margin: 0;
    padding: 0;
}

/* Hide labels (Days, Hours, Minutes, Seconds) */
.wpcdt-lbl {
    display: none;
}

/********************************************************
Timer Designs CSS - Start
********************************************************/

/***** Simple Timer Clock CSS *****/
.wpcdt-timer-design-6 .wpcdt-clock {
    font-size: 72px;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: 0;
}

.wpcdt-timer-design-6 .wpcdt-col {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.wpcdt-timer-design-6 .wpcdt-digits {
    font-weight: normal;
    padding: 0 2px;
}

.wpcdt-timer-design-6 .wpcdt-days-wrap::after,
.wpcdt-timer-design-6 .wpcdt-hours-wrap::after,
.wpcdt-timer-design-6 .wpcdt-minutes-wrap::after {
    content: ":";
    margin: 0;
    padding: 0;
}

.wpcdt-timer-design-6 .wpcdt-seconds-wrap::after {
    content: none;
}

.wpcdt-timer-design-6 .wpcdt-lbl {
    display: none;
}

/* Ensure consistent font size and style */
.wpcdt-timer-design-6 .wpcdt-clock,
.wpcdt-title {
    font-size: 72px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    color: #fff;
}

/***** Additional Timer Styles (if needed) *****/
/* Include any other timer styles here if necessary */
