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

.card {
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    border-radius: 12px;
}

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

.card-title {
    color: #0d6efd;
    font-weight: bold;
}

.badge-trl {
    background-color: #198754;
}

.info-label {
    font-weight: 600;
    color: #495057;
    margin-right: 5px;
}

.data-section {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.data-section:last-child {
    border-bottom: none;
}
