body {
  background-color: #f8f9fc;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

.table th {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6c757d;
}

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

.badge-published {
  background-color: #d1e7dd;
  color: #0f5132;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.25em 0.65em;
  border-radius: 50rem;
}

.badge-unpublished {
  background-color: #f8d7da;
  color: #842029;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.25em 0.65em;
  border-radius: 50rem;
}

.btn-download {
  white-space: nowrap;
}

#importStatus {
  transition: color 0.2s;
}

.card {
  transition: box-shadow 0.2s ease;
}

.card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}
