/* P3A - Custom Styles */

/* Stopka przylepiona do dołu */
html, body {
    height: 100%;
}

.footer {
    flex-shrink: 0;
}

/* Nawigacja breadcrumbs */
.breadcrumb {
    font-size: 0.9rem;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

/* Karty */
.card {
    border-radius: 0.5rem;
}

.card-header {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

/* Tabele */
.table th {
    font-weight: 600;
}

/* Formularze */
.form-label {
    font-weight: 500;
}

/* Badge dla ról */
.badge {
    font-weight: 500;
}

/* Responsywność */
@media (max-width: 768px) {
    .btn-group-sm .btn {
        padding: 0.25rem 0.4rem;
    }
}

/* Animacje */
.card {
    transition: box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Alerty */
.alert {
    border-radius: 0.5rem;
}

/* Navbar */
.navbar-brand {
    font-weight: 600;
}

/* Przyciski w grupie */
.btn-group form {
    display: inline;
}

/* Modal */
.modal-content {
    border-radius: 0.5rem;
}
