.product-countdown-wrapper {
    margin: 15px 0;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.countdown-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.countdown-timer {
    display: flex;
    justify-content: flex-start;
}

.countdown-section {
    margin-right: 15px;
    text-align: center;
}

.countdown-amount {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #b12704;
}

.countdown-period {
    font-size: 12px;
    color: #666;
}