/* Inventory Forms - Details Section Styles */

.details-section {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.details-header h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
}

.details-section .table {
    margin-bottom: 0;
}

.details-section .table thead th {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 13px;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding: 10px 8px;
    vertical-align: middle;
}

.details-section .table tbody td {
    padding: 6px 8px;
    vertical-align: middle;
    font-size: 14px;
}

.details-section .table tbody tr:hover {
    background-color: #f8f9fa;
}

.details-section .table tfoot {
    background: #f8f9fa;
    font-weight: 600;
}

.details-section .table tfoot td {
    padding: 12px 8px;
}

.details-section .btn-sm {
    padding: 4px 8px;
    font-size: 12px;
}

.details-section .form-control-sm {
    font-size: 13px;
    padding: 4px 8px;
}

.details-section datalist {
    display: none;
}
