/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Thème enfant de Astra
Author: Pauline Soudry
Author URI: https://paulinesoudry.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/


/* Card compte à rebours */

    #countdown {
        font-family: 'Libre Baskerville', serif;
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: wrap;
    }   

    .countdown-card {
        background: #495F4F;
        color: #ffffff;
        border-radius: 12px;
        padding: 1.2rem 1.5rem;
        min-width: 250px;
        min-height: 200px;
        text-align: center;
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .countdown-card span {
        display: block;
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 1;
    }

    .countdown-card small {
        display: block;
        margin-top: 6px;
        font-size: 0.75rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        opacity: 1;
    }