:root { 
    --primary-color: #1a70a3; 
}

body { 
    background-color: #f4f7f9; 
    font-size: 0.9rem; 
}

.form-label { 
    margin-bottom: 0.2rem; 
    font-weight: 600; 
    color: #555; 
}

.form-control[readonly], .form-control:disabled { 
    background-color: #e9ecef; 
}

#terceroInfoPanel { 
    display: none; 
    flex-wrap: wrap; 
    gap: 10px 15px; 
    font-size: 0.85rem; 
    background-color: #eaf5fb; 
    border-left: 3px solid var(--primary-color); 
    padding: 8px 12px; 
    height: 100%; 
    align-content: center; 
}

#terceroInfoPanel span { 
    color: #444; 
}

#terceroInfoPanel i { 
    color: var(--primary-color); 
    margin-right: 4px; 
}

#infoRazsoc strong { 
    font-weight: 600; 
}

.btn-edit-tercero { 
    cursor: pointer; 
    color: var(--primary-color); 
    display: none; 
}

.card { 
    border-radius: 0; 
    border: none; 
}

.card-body { 
    padding: 1.2rem; 
}

.form-control, .form-select { 
    font-size: 0.9rem; 
    border-radius: 0 !important; 
    height: calc(1.5em + 0.5rem + 2px) !important; 
    padding: 0.25rem 0.5rem; 
}

.table-responsive-cards { 
    width: 100%; 
}

.ui-autocomplete { 
    max-height: 250px; 
    overflow-y: auto; 
    overflow-x: hidden; 
    z-index: 1056; 
    font-size: 0.9em; 
    border-radius: 0; 
}

.ui-menu-item { 
    padding: 0.3rem 0.5rem; 
}

.ui-menu .ui-menu-item-wrapper { 
    padding: 3px 1em 3px .4em; 
}

.ui-autocomplete .ui-menu-item .ui-state-active { 
    background-color: var(--primary-color) !important; 
    color: white !important; 
    border-color: var(--primary-color) !important; 
}

.form-control.is-invalid { 
    border-color: #dc3545 !important; 
}

#totals-section .form-label { 
    font-size: 0.85rem; 
    color: #333; 
}

#totals-section .form-control { 
    font-size: 0.9rem; 
}

#total-final-container { 
    border-top: 2px solid var(--primary-color); 
    padding-top: 10px; 
    margin-top: 10px; 
}

#total-final-container h3 { 
    color: var(--primary-color); 
    font-weight: bold; 
    text-align: right; 
    margin-bottom: 0; 
}

.porc-input { 
    width: 60px; 
    text-align: right; 
}

@media (max-width: 991px) {
    .table-responsive-cards thead { display: none; }
    .table-responsive-cards tr { display: block; border: 1px solid #dee2e6; margin-bottom: 1rem; border-radius: 4px; padding: 1rem; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
    .table-responsive-cards td { display: flex; justify-content: space-between; align-items: center; border: none; padding: 0.4rem 0.2rem; border-bottom: 1px solid #f0f0f0; }
    .table-responsive-cards td:last-child { border-bottom: none; }
    .table-responsive-cards td::before { content: attr(data-label); font-weight: bold; margin-right: 1rem; color: #333; }
    .table-responsive-cards td:nth-of-type(1) { display: none; }
    .table-responsive-cards td[data-label="Acción"] { justify-content: center; padding-top: 10px; }
}
