/* Custom styles to complement Bootstrap dark theme */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
}

pre {
    border-radius: 0.25rem;
    border: 1px solid var(--bs-gray-700);
}

.table-responsive {
    max-height: 400px;
    overflow-y: auto;
}

.form-control:focus, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
