body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
}

.btn-custom {
    background-color: #198754;
    border-color: #198754;
    color: white;
}

.btn-custom:hover {
    background-color: #157347;
    border-color: #146c43;
    color: white;
}

.navbar-custom {
    background-color: #198754;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: white;
}

.navbar-custom .nav-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.udalost-karta {
    border-left: 5px solid #dee2e6;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.udalost-karta:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.udalost-hotova {
    background-color: #d1e7dd !important;
    border-left-color: #198754 !important;
}

.udalost-blizi-se {
    background-color: #fff3cd !important;
    border-left-color: #ffc107 !important;
}

.udalost-prosly {
    background-color: #f8d7da !important;
    border-left-color: #dc3545 !important;
}

.status-badge {
    font-size: 0.8rem;
    font-weight: 600;
}

.udalost-hotova .status-badge {
    background-color: #198754;
}

.udalost-blizi-se .status-badge {
    background-color: #ffc107;
    color: #212529;
}

.udalost-prosly .status-badge {
    background-color: #dc3545;
}

.poznamka-text {
    color: #6c757d;
    font-size: 0.95rem;
}

.udalost-mobile-dl dt {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
    margin-bottom: 0.15rem;
}

.udalost-mobile-dl dd {
    margin-bottom: 0.85rem;
    margin-left: 0;
}

.udalost-mobile-dl dd:last-child {
    margin-bottom: 0;
}

.udalost-cards-wrap .card-title {
    font-size: 1.05rem;
    line-height: 1.35;
}

@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center;
    }
}
