.induris-countdown-timer .countdown {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}

.induris-countdown-timer .countdown .span-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: var(--e-global-color-primary);
    width: 35px;
    height: 40px;
    line-height: 13px;
    color: #fff;
    font-size: 11px;
    border-radius: 8px;
    font-weight: 400;
}

.induris-countdown-timer .countdown .span-wrapper span {
    font-size: 12px;
    font-weight: 700;
}

.induris-countdown-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background: #FF5E1533;
    padding: 10px;
    border-radius: 8px;
    color: var(--e-global-color-primary);
    font-weight: 500;
}