.lead-container {
    border: 1px solid #ddd; /* Light gray border */
    border-radius: 10px; /* Rounded edges */
    padding: 15px; /* Inner spacing */
    margin: 10px 0; /* Space between products */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    background-color: #ffffff; /* White background */
    text-align: center; /* Center-align text and content */
}

.sold-out-message {
    font-size: 14px;
    color: #333; /* Neutral gray for sold-out message */
    font-weight: bold;
    margin-top: 10px;
}

.exclusive-countdown-timer {
    color: black;          /* Sets the font color to black */
    font-size: 0.8rem;     /* Smaller font size */
    margin-top: 0.5rem;    /* Adds a little space above the timer */
}

}

.lead-locked-button,
.exclusive-buy-button {
    background-color: #0073aa; /* WooCommerce blue */
    color: #ffffff; /* White text */
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 50px; /* Pill-shaped button */
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}

.lead-locked-button:hover,
.exclusive-buy-button:hover {
    background-color: #005f8a; /* Darker blue for hover effect */
}

.countdown-wrapper {
    color: black;      /* Ensures text is black */
    font-size: 0.8rem; /* Smaller text size */
    margin-top: 0.5rem;/* Space above the timer */
}

.countdown-label {
    font-weight: bold; /* Make the label bold */
}

.countdown-time {
    font-weight: normal; /* Normal weight for the time display */
}
