body {
  background-color: #f8f9fa;
  font-size: 0.92rem;
}

/* Authenticated pages: full-screen background image */
body.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

/* Slightly frosted content area so text stays readable over photos */
.container-fluid {
  background: rgba(248, 249, 250, 0.77);
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}

.navbar-brand {
  font-size: 1rem;
}

.table th {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.table td {
  font-size: 0.88rem;
}

.card {
  border: none;
  border-radius: 0.5rem;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}

.badge {
  font-weight: 500;
}

/* Keep filter form labels tidy */
.form-label {
  font-weight: 500;
  color: #495057;
}
