.ahura-countdown4 .counter {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.ahura-countdown4 .counter .time-down {
    min-width: 55px;
    max-width: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    font-size: 19px;
    font-weight: 400;
    overflow: hidden;
}

.ahura-countdown4 .counter .time-down > div {
    height: 50px;
    padding-top: 10px;
}

.ahura-countdown4 .counter .time-down .text {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    padding: 5px;
    font-size: 15px;
}

.ahura-countdown4 .end-content {
    background-color: #ed1b36;
    padding: 13px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
}