/* Admin panel custom styles */
body {
    background-color: #f5f5f5;
}

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
}

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

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

