/* Custom styles for DEVOTION Admin */
body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background: linear-gradient(180deg, #f8f9fa 0%, #eef2f6 100%);
}

.navbar-brand { font-weight: 700; letter-spacing: 0.4px; }

.card { border: 0; border-radius: 0.6rem; }

.card-header { background: transparent; border-bottom: 0; }

.table-hover tbody tr:hover { background-color: #f1f7ff; }

.btn-success {
  background-image: linear-gradient(90deg,#198754,#2ecc71);
  border: none;
}

small.text-muted { font-size: 0.85rem; }

@media (max-width: 767px) {
  .container { padding-left: 1rem; padding-right: 1rem; }
}