* {
    word-break: initial;
}

/*[data-record-type="851"]*/
.t851 .t851__table {
    border-radius: 15px;
}

/*
@media screen and (max-width: 480px) {
    #rec254866134 .t902__bgwrapper_height {
        height: 326px;
    }
    #rec254866134 .t902__content {
        padding: 0;
    }
    div[id^="timer"] {
        transform: scale(0.6) !important
    }
}*/

/* Timer */

.timer {
    display: inline-block;
}

.countdown-row {
    display: flex;
    font-family: Commissioner;
}

.countdown-section {
    display: block;
    width: 50px;
    margin: 0 3px;
    text-align: center;
}

.countdown-amount {
    display: block;
    position: relative;
    width: 40px;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 6px;
    background: rgb(254,219,40);
    background: linear-gradient(0deg, rgba(254,219,40,1) 0%, rgb(254 178 40) 100%);
    border-radius: 8px;
    padding: 12px 5px;
    display: inline-block;
    box-shadow: 0px 4px 0px 0px #fea028;
}

.countdown-amount::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff4f;
    border-top: 1px solid #00000033;
    top: 51%;
    left: 0;
    right: 0;

}

.countdown-period {
    font-weight: 500;
    font-size: 0.7em;
    text-transform: lowercase;
    display: block;
}
