/* ── Capture form section headers ─────────────────────────────────────────────
   Used by: Banco/Captura (bk-*) and Contabilidad/Capturas (ed-*)
   ────────────────────────────────────────────────────────────────────────── */

.bk-section-header,
.ed-section-header {
    display:        flex;
    align-items:    center;
    background:     #f8f9fa;
    border-left:    3px solid #1a73e8;
    border-radius:  3px;
    padding:        8px 14px;
    margin-bottom:  16px;
    font-size:      .82rem;
    font-weight:    600;
    color:          #343a40;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bk-section-header i,
.ed-section-header i {
    font-size:    .95rem;
    color:        #1a73e8;
    margin-right: 8px;
}

/* ── Capture form group panels ────────────────────────────────────────────── */

.bk-form-group,
.ed-form-group {
    border:        1px solid #e9ecef;
    border-radius: 6px;
    padding:       16px 20px 12px;
    margin-bottom: 20px;
    background:    #ffffff;
}
