.countdowns {
    position: absolute;
    top: 350px;
    left: 20px
}

.countdowns .countdown {
    background: #0f0805;
    padding: 0.5rem;
    width: 300px;
    color: #fff;
    height: 100px;
    border: 2px solid #402205;
    position: absolute;
    box-shadow: 0 10px 30px #370f00;
}

.countdowns .countdown .title {
    padding: 2px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    color: #d0c8dd;
    background: transparent;
}

.countdowns .countdown .timer {
    display: flex;
    color: #fff;
    transition: opacity 1ms;
    gap: 0.5rem;
}

.countdowns .countdown .timer div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #3b3b3bd9;
    padding: 0.5rem;
    font-size: 10px;
    border-radius: 0;
    box-shadow: 0 2px 10px #494949d9;
    color: #b9b2c6;
    font-family: "Poppins", sans-serif;
}

.countdowns .countdown .timer div:last-child {
    margin-right: 0;
}

.countdowns .countdown .timer div span {
    font-size: 13px;
}

.countdowns .countdown-timer div span {
    font-size: 13px;
}
