.elementor-widget-scp_countdown > .elementor-widget-container {
    display: flex;
}
.elementor-widget-scp_countdown.left .elementor-widget-container{
    justify-content: flex-start;
}
.elementor-widget-scp_countdown.center .elementor-widget-container{
    justify-content: center;
}
.elementor-widget-scp_countdown.right .elementor-widget-container{
    justify-content: flex-end;
}


.small .scp-countdown .time {
    min-width: 30px;
}

.small .scp-countdown .label {
    display: none;
}

.small .scp-countdown .count {
    font-size: 17px;
}

.small .scp-countdown .time:after {
    top: 13px;
    font-size: 15px;
}


.scp-countdown {
    text-align: center;
    display: flex;
}
.scp-countdown .time {
    text-align: center;
    position: relative;
    min-width: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.scp-countdown .time:after {
    content: ":";
    display: block;
    top: 5px;
    right: -13px;
    position: absolute;
    font-size: 25px;
}
.scp-countdown .time:last-child:after {
    content: "";
}
.scp-countdown .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: inherit;
    font-weight: 800;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.scp-countdown .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width:1200px) {
    .scp-countdown .time {
        min-width: 60px;
        width: 43px;
        height: 87px;
        margin-right: 0;
    }
    .scp-countdown .count {
        font-size: 25px;
        line-height: 58px;
    }

    .scp-countdown .time:after {
        top: 7px;
        right: -4px;
    }

}

@media (max-width:480px) {
    .scp-countdown .time {
        min-width: 60px;
        width: 43px;
        height: 87px;
        margin-right: 0;
    }
    .scp-countdown .count {
        font-size: 25px;
        line-height: 58px;
    }

    .scp-countdown .time:after {
        top: 7px;
        right: -4px;
    }

}

