/* Custom styles */
.navbar-brand {
    font-weight: bold;
}

.card {
    margin-bottom: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn-success {
    margin-right: 0.5rem;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge {
    font-size: 0.875rem;
}

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

.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
