/* Maint Track - site.css
   Keep this file LIGHT so Bootstrap can do most styling.
*/

/* Page shell */
.page {
  min-height: 100vh;
}

/* Optional: slightly nicer card shadows */
.card.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

/* Disabled vehicles styling */
.vehicle-disabled {
  opacity: 0.55;
}

.vehicle-disabled .vehicle-name {
  text-decoration: line-through;
}

/* Make table text a bit tighter on small screens */
.table td, .table th {
  vertical-align: middle;
}

/* Optional helper */
.font-monospace {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
