/* Yazdırma Stilleri */
@media print {
    /* Genel Yazdırma Ayarları */
    body {
        background: #fff !important;
        color: #000 !important;
        font-size: 12pt;
        line-height: 1.5;
        font-family: "Times New Roman", Times, serif;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    /* Yazdırmada Gizlenecek Öğeler */
    nav, 
    .navbar,
    .search-form,
    .accessibility-button,
    .accessibility-menu,
    .back-to-top,
    .chatbot-container,
    .newsletter-section,
    footer,
    .btn-primary,
    .btn-outline-primary,
    .social-icon,
    iframe,
    video,
    audio {
        display: none !important;
    }
    
    /* Bağlantılar */
    a {
        color: #000 !important;
        text-decoration: underline;
        word-wrap: break-word;
    }
    
    /* Bağlantı URL'lerini göster */
    a[href^="http"]:after {
        content: " (" attr(href) ")";
        font-size: 10pt;
        font-style: italic;
    }
    
    /* İç bağlantılar için URL gösterme */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    
    /* Başlıklar */
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
        color: #000 !important;
        font-family: "Times New Roman", Times, serif;
        margin-top: 1cm;
    }
    
    h1 {
        font-size: 24pt;
    }
    
    h2 {
        font-size: 20pt;
    }
    
    h3 {
        font-size: 16pt;
    }
    
    /* Paragraflar */
    p {
        orphans: 3;
        widows: 3;
    }
    
    /* Tablolar */
    table {
        border-collapse: collapse;
        width: 100%;
        page-break-inside: avoid;
    }
    
    table, th, td {
        border: 1px solid #000;
    }
    
    th, td {
        padding: 8pt;
        text-align: left;
    }
    
    /* Resimler */
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
    
    /* Kartlar */
    .card {
        border: 1px solid #000 !important;
        page-break-inside: avoid;
        margin-bottom: 1cm;
        box-shadow: none !important;
    }
    
    /* Sayfa Sonları */
    .term-section,
    .feature-card,
    .dictionary-card,
    .topic-card {
        page-break-inside: avoid;
    }
    
    /* Sayfa Kenar Boşlukları */
    @page {
        margin: 2cm;
    }
    
    /* Sayfa Sonunda Kesilen İçerikler */
    pre, blockquote, ul, ol, dl, figure {
        page-break-inside: avoid;
    }
    
    /* Yazdırma Başlığı */
    .print-header {
        display: block !important;
        text-align: center;
        margin-bottom: 2cm;
        border-bottom: 1pt solid #000;
        padding-bottom: 0.5cm;
    }
    
    .print-header h1 {
        font-size: 24pt;
        margin-bottom: 0.5cm;
    }
    
    .print-header p {
        font-size: 12pt;
    }
    
    /* Yazdırma Altbilgisi */
    .print-footer {
        display: block !important;
        text-align: center;
        margin-top: 2cm;
        border-top: 1pt solid #000;
        padding-top: 0.5cm;
        font-size: 10pt;
    }
    
    /* Arka Plan Renkleri ve Gölgeler */
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    .bg-primary, .bg-secondary, .bg-success, .bg-danger, .bg-warning, .bg-info, .bg-light, .bg-dark {
        background-color: #fff !important;
        color: #000 !important;
    }
    
    /* Animasyonları Kaldır */
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }
}
