/* =========================
   Interacta Admin Styles
   ========================= */

/* Global font + background */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Card styling */
.card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Alerts with icons */
.alert i {
  margin-right: 6px;
  font-size: 1.2rem;
  vertical-align: middle;
}

/* Table tweaks */
.table th {
  background-color: #f8f9fa;
}

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

/* Navbar spacing */
.navbar .btn {
  margin-left: 8px;
}
