/* PG_LIMS Flask Client — Custom Styles */

body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.table th {
    white-space: nowrap;
}

pre {
    background: #f1f3f5;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}
