.timer-container-3319f808 {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Playfair Display', serif, sans-serif;
}

.timer-box-3319f808 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    border: 1px solid #7c6244;
    padding: 30px 40px;
    min-width: 180px;
    box-sizing: border-box;
    gap: 10px;
}

.timer-digit-3319f808 {
    font-size: 4rem;
    color: #e6dfd5;
    font-weight: 300;
    line-height: 1;
}

.timer-label-3319f808 {
    font-size: 0.75rem;
    color: #8c7355;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
