/* 
Base styles for the countdown container.
Customization (colors, font size, etc.) is handled via inline styles in the PHP shortcode 
to allow for easy per-instance customization as requested.
*/

.event-countdown-container {
    margin: 10px 0;
}

/* The button shape and padding are dynamically calculated in PHP to ensure 
   it resizes based on font size and content length. */
   
.event-countdown-wrapper {
    display: block;
    text-align: center;
}
