/* styles.css */

/* Base page spacing */
body {
    padding-top: 0px;
    /* leave space for navbar */
    background-color: #f8f9fa;
    /* light grey background */
}

/* Headings */
h1,
h2,
h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Table tweaks */
table.table {
    font-size: 0.95rem;
}

table.table th {
    white-space: nowrap;
}

table.table td {
    vertical-align: middle;
}

/* Form spacing */
form .form-label {
    font-weight: 500;
}

form .form-control,
form .form-select {
    margin-bottom: 0.5rem;
}

/* Navbar */
.navbar {
    margin-top: 0;
}
