/* Migrado de keepedu-theme.css — theme/_event-log.css */

/* =========================================
   HEADER DO CARD DE UPLOAD
========================================= */

/* CARD EVENTOS */
.event-log-panel {
    display: flex;
    flex-direction: column;

    width: 100%;

    padding: 18px;

    overflow: hidden;

    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
}

/* CABEÇALHO */
.event-log-head {
    flex-shrink: 0;
    margin-bottom: 14px;
}

/* SCROLL */
.event-log-list::-webkit-scrollbar {
    width: 6px;
}

.event-log-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

/* =========================================
   FIX DEFINITIVO NOVO LOTE
========================================= */

.upload-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 18px;
}

.event-log-panel {
    width: 100%;
    padding: 16px;
    overflow: hidden;
}

.event-log-head {
    margin-bottom: 12px;
}

.event-log-list {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-log-list::-webkit-scrollbar {
    width: 6px;
}

.event-log-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.upload-command-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.job-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 90px));
    gap: 12px;
    width: fit-content;
}

.job-stat-item {
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    text-align: center;
}

.job-stat-item strong {
    font-size: 20px;
    font-weight: 700;
    color: #334155;
    line-height: 1.2;
}

.job-stat-item span {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.log-processamento-home {
    margin-top: 18px;
}
