/* Agutong Admin - custom overrides on top of Bootstrap 5 */

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.navbar-brand {
  font-weight: 600;
}

.card {
  border: 1px solid #e9ecef;
}

.card-header {
  background-color: #f8f9fa;
  font-weight: 500;
}

table.dataTable thead th {
  background-color: #f8f9fa;
  white-space: nowrap;
}

.badge {
  font-weight: 500;
}

footer {
  font-size: 12px;
}

/* Bootstrap 5 dropped .btn-xs — restore it */
.btn-xs {
  padding: 0.15rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.3;
  border-radius: 0.2rem;
}

dl.row dt {
  font-weight: 500;
  color: #555;
}

dl.row dd {
  margin-bottom: 0.25rem;
}

code {
  word-break: break-all;
}
