/* =========================================================
   "Закрыто за месяц" в шапке рядом с датой
   ========================================================= */

.header-month-closed {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #bbf7d0;
    color: #166534;

    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.header-month-closed strong {
    color: #166534;
    font-size: 14px;
    font-weight: 900;
}

.header-user-name {
    color: #111827;
    font-weight: 900;
}

/* После переноса из статистики снова 3 карточки */
.stats {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 950px) {
    .badge {
        gap: 8px !important;
    }

    .header-month-closed {
        width: 100%;
        justify-content: center;
        font-size: 12px;
    }

    .stats {
        grid-template-columns: 1fr !important;
    }
}
