/**
 * @version     1.3.3 2024 RuxinCode
 * @copyright   Copyright (C) 2024 All rights reserved.
 * @license     GNU/GPL
 */

.ruxin_countdown {
	text-align: center;
}

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}

