/* Modern admin form styles */
.admin-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 12px; padding: 20px; box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.admin-card h3 { margin-bottom: 16px; font-weight: 700; color: #222; }

.admin-form .form-label { font-weight: 600; color: #333; }
.admin-form .form-control, .admin-form .form-select { border-radius: 10px; border: 1px solid #ced4da; padding: 10px 12px; }
.admin-form .form-control:focus, .admin-form .form-select:focus { outline: none; box-shadow: 0 0 0 0.2rem rgba(255,213,45,.35); border-color: #ffd52d; }
.admin-form .text-danger { font-weight: 600; }

.admin-actions { display:flex; gap:10px; justify-content:flex-end; }

/* small helper */
.alert-inline { margin-top: 8px; }
