/* Print styles for frise public page */
@media print {
    .wikipedia-section,
    .wiki-button-container,
    .wiki-shimmer,
    .shimmer-wiki-button {
        display: none !important;
    }
    
    body {
        background: white !important;
    }
    
    .public-header {
        background: white !important;
    }
    
    .public-header h1 {
        background: linear-gradient(135deg, #007aff 0%, #0056b3 100%) !important;
        background-clip: text !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        color: #007aff !important;
    }
    
    .timeline {
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .timeline::before {
        margin-top: -50px !important;
    }
    
    .stats-info .badge {
        background: linear-gradient(135deg, #007aff 0%, #0056b3 100%) !important;
        color: white !important;
        border: 1px solid #007aff !important;
        border-radius: 8px !important;
    }

    .timeline-content {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014, 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding: 30px;
    padding-bottom: 110px;
    position: relative;
    transition: all .3s cubic-bezier(0,0,.5,1);
    backdrop-filter: blur(10px);
    border: none;
}
    
    /* Images des événements */
    .event-images,
    .event-image,
    .card-image {
        display: block !important;
    }
}