/* =============================================================
   Escon Drive – Multi-Pastas (escon-multi-folders.css)
   ============================================================= */

/* ── Wrapper principal ────────────────────────────────────── */
.escon-multi-folders {
    width: 100%;
}

/* ── Seção por pasta ──────────────────────────────────────── */
.escon-mf-section {
    width: 100%;
}

.escon-mf-section + .escon-mf-section {
    margin-top: 40px;
}

/* ── Título da seção ──────────────────────────────────────── */
.escon-mf-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 1rem 0;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #dee2e6;
    line-height: 1.3;
}

/* ── Estado vazio ─────────────────────────────────────────── */
.escon-mf-empty {
    padding: 1.5rem;
    text-align: center;
    color: #adb5bd;
    font-size: 0.9rem;
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    margin: 0;
}

/* ── Heading de tipo (Fotos / Vídeos / Documentos) ────────── */
.escon-mfc-type-heading {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c757d;
    margin: 1.25rem 0 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e9ecef;
}

.escon-mfc-type-heading:first-child {
    margin-top: 0;
}

.escon-mfc-type-count {
    font-weight: 400;
    color: #adb5bd;
    font-size: 0.78rem;
}
