




@media print {
    
    header, nav, aside, footer, 
    .video-container, .menu-bar, 
    .logo-container, .upload-area,
    .button-container, .accessibility-widget, .dontprint {
        display: none !important;
    }

 
    body {
        background: white !important;
        color: black !important;
        font-size: 11pt;
        line-height: 1.2;
        font-family: "Arial", sans-serif;
        padding: 0.5cm !important;
        margin: 0 !important;
    }


    h1, h2, h3, p, figcaption, td, th, .consent-check, .info-links a {
        color: black !important;
    }

    .content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    article, section {
        margin: 0 !important;
        padding: 0 !important;
    }


    img{
        max-width: 40% !important;
        height: auto !important;
        display: inline-block !important;
        margin: 5px 10px 5px 0 !important;
        page-break-inside: avoid;
        border: 1px solid #ddd !important;
        visibility: visible !important;
    }

   
  
        
        
    
    
    figcaption {
        color: black !important;
        font-size: 0.9rem !important;
        margin-top: 0.5rem !important;
    }


    form, .form-table, .radio-group {
        display: block !important;
    }


    table {
        width: 100% !important;
        border-collapse: collapse;
        margin: 5px 0 10px 0 !important;
        font-size: 10pt;
    }

    th, td {
        border: 1px solid #ddd;
        padding: 4px 6px;
        color: black !important;
    }


    a {
        color: black !important;
        text-decoration: none !important;
        font-weight: normal !important;
    }


    p, li, figcaption {
        margin: 5px 0 !important;
        font-size: 11pt;
        line-height: 1.2;
        color: black !important;
    }

    h1 {
        font-size: 16pt !important;
        margin: 10px 0 5px 0 !important;
        color: black !important;
    }

    h2 {
        font-size: 14pt !important;
        margin: 8px 0 4px 0 !important;
        color: black !important;
    }


    @page {
        size: A4;
        margin: 0.5cm;
    }

    .current-best, .form-table {
        page-break-inside: avoid;
        margin-bottom: 5px !important;
    }


    .tulajdonsagok-table tr:nth-child(even) {
        background-color: #f9f9f9 !important;
    }
    
    details[open] {
        display: block !important;
    }
    
    summary {
        display: none !important;
    }
}