/* Styles for Countdown Timer Container */
.wcap-countdown-container {
    text-align: center;
    padding: 20px;
    background-color: #f7f7f7; /* Light grey background */
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Styles for Countdown Header */
.wcap-countdown-header {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 15px;
}

/* Styles for Countdown Timer and Auctions Coming Today Message */
#wcap-countdown {
    font-size: 2em;
    color: #f38221; /* Adjust color as needed */
    margin-bottom: 15px;
}

/* Styles for Countdown Footer */
.wcap-countdown-footer {
    color: #666;
    font-size: 1em;
}

/* Styles for Carousel Header */
.wcap-carousel-header {
    font-size: 1.2em;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.wcap-auctions-coming-soon {
    font-size: 2em;
    color: #f38221; /* Adjust color as needed */
    margin-bottom: 15px;
    text-align: center;
}