.countdown-ae9df78c-wrapper {
    text-align: center;
    padding: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
}

.countdown-ae9df78c-title {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.15em;
    margin-bottom: 1.2rem;
    font-weight: 700;
    color: #F8B041;
}

.countdown-ae9df78c-container {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.countdown-ae9df78c-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 12px 8px;
    min-width: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.countdown-ae9df78c-value {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    color: #01803B;
}

.countdown-ae9df78c-label {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #7A7A7A;
    margin-top: 4px;
}
