/* Custom styles to enhance the dark theme */
.table {
    margin-bottom: 0;
}

.card {
    border-radius: 0.5rem;
}

/* Ensure proper spacing for action buttons */
.btn-group {
    gap: 0.25rem;
}

/* Improve table responsiveness */
@media (max-width: 768px) {
    .table-responsive {
        margin-bottom: 0;
    }
}
