.angie-countdown-wrapper-b43ed744 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
}
.angie-cd-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0,0,0,0.05);
    padding: 15px 20px;
    border-radius: 8px;
    min-width: 80px;
}
.angie-cd-num {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
}
.angie-cd-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
}