/* SPS176 – Milestone v1.1 | frontend styles */

.mc-wrapper {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.mc-block {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 2rem 3rem;
    background: rgba(200, 200, 200, 0.2);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
}

/* Liczba dni */
.mc-number {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: #1a202c;
    letter-spacing: -2px;
}

/* Tekst przed i po liczbie */
.mc-text {
    font-size: 16px;
    color: #718096;
    font-weight: 400;
}

/* Komunikat po upływie daty */
.mc-expired {
    font-size: 20px;
    font-weight: 600;
    color: #e53e3e;
}
