/* style.css */
body {
    background-color: #f8f9fa;
    font-size: 0.9rem; /* Ukuran font sedikit dikecilkan agar tabel muat banyak */
}

h2 {
    color: #2c3e50;
    font-weight: 600;
}

.table th {
    white-space: nowrap;
}

/* Efek highlight saat baris tabel di-hover */
.table-hover tbody tr:hover td {
    background-color: #e9ecef;
}