.mol-countdown {
    @apply flex justify-evenly items-center;

    .countdown-item {
        @apply text-center;
        @apply lowercase;

        min-width: 60px;

        .value {
            @apply block;
            @apply text-h1;
            @apply font-normal;
            @apply text-black;
            @apply font-display;
        }

        .label {
        }
    }
}

.culture-de {
    .countdown-item {
        @apply capitalize;
    }
}
