/* TIMER */

.time-block {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    color: #ffffff;
    /* background: #383838; */
    text-align: center;
}

.time-title {
    margin: 0 auto;
    padding: 0 0 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: inherit;
}

.time-remain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.time-remain-items {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    z-index: 1;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
    /* background: #134328; */
    border-radius: 5px;
}

.hour,
.minutes,
.seconds {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.time-dots {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: inherit;
}
