.custom-countdown {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.custom-countdown-image {
    max-width: 100px;
    margin-bottom: 10px;
}

.custom-countdown-timer {
    font-size: 24px;
    font-weight: bold;
}

/* Styles pour les formes spécifiques */
.custom-countdown[data-shape="arc"] .custom-countdown-timer {
    /* Ajoutez vos styles pour l'arc */
}

.custom-countdown[data-shape="vertical"] .custom-countdown-timer {
    /* Ajoutez vos styles pour le vertical */
    writing-mode: vertical-rl;
}
