/* Print Stylesheet for Space Timeline */

@media print {
    * {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
    
    .mission-header {
        border-bottom: 2px solid #000;
        padding: 20px 0;
        page-break-after: avoid;
    }
    
    .mission-header h1 {
        color: #000 !important;
        text-shadow: none !important;
        font-size: 24pt;
    }
    
    .mission-header h2 {
        color: #333 !important;
        font-size: 14pt;
    }
    
    .search-filters,
    .stats-bar,
    .header-controls,
    .btn-control,
    .btn-primary,
    .btn-secondary,
    .era-presets {
        display: none !important;
    }
    
    .timeline-container {
        padding: 0;
        height: auto;
        overflow: visible;
    }
    
    .timeline-wrapper {
        overflow: visible;
        height: auto;
    }
    
    .timeline-track {
        position: relative;
        height: auto;
        min-height: 400px;
        border: 1px solid #000;
        padding: 20px;
    }
    
    .event-marker {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 10px 0;
        page-break-inside: avoid;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    
    .event-marker-image {
        float: left;
        margin-right: 15px;
        width: 100px;
        height: 100px;
        border: 2px solid #000 !important;
    }
    
    .event-marker-tooltip {
        position: relative !important;
        opacity: 1 !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0;
        margin-left: 120px;
    }
    
    .event-marker-tooltip-title {
        font-weight: bold;
        font-size: 14pt;
        color: #000 !important;
        margin-bottom: 5px;
    }
    
    .event-marker-tooltip-date {
        color: #666 !important;
        font-size: 10pt;
        margin-bottom: 5px;
    }
    
    .event-marker-tooltip-excerpt {
        color: #333 !important;
        font-size: 11pt;
    }
    
    .event-marker-line {
        display: none;
    }
    
    .timeline-scale {
        display: none;
    }
    
    .modal {
        display: none !important;
    }
    
    @page {
        margin: 2cm;
    }
    
    h1, h2, h3 {
        page-break-after: avoid;
    }
    
    .event-marker {
        page-break-inside: avoid;
    }
}

