/* Dodatkowe style dla aplikacji Lek-Reakcja */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

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

.card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.jumbotron {
    background-color: #e9ecef;
    padding: 2rem;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
}

footer {
    margin-top: 3rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e7e7e7;
}

.breadcrumb {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
}

.alert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
