@media print {
    nav,
    iframe,
    header,
    .movie-navigation
    .movie-trailer video,
    .movie-trailer .ratio {
        display: none !important;
    }

    details, summary {
        display: none !important;
    }
    
    .nyomtatas {
        display: block !important;
        border: 1px dotted rgb(76, 71, 71);
        padding: 5px;
    }

    body {
        background-color: white;
        color: black;
        margin: 0;
        padding: 20px;
        font-size: 12pt;
        line-height: 1.5;
        font-family: serif;
    }

    .font-size-control {
        display: none !important;
    }

    .main-title {
        color: black;
    }

    .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .movie-navigation{
        display: none !important;
    }

    .movie-poster img {
        max-width: 4cm !important;
        max-height: 8cm !important;
    }

    .movie-summary
    .summary-title
    .summary-text {
        text-align: left;
    }

    figure,
    footer p {
        text-align: center !important;      
    }

    p {
        text-align: left;
    }

    div {
        color: black;
    }

    a {
        color: black;
        text-decoration: none;
    }
    
    a::after {
        content: " (" attr(href) ")";
        font-size: 90%;
        font-style: italic;
        color: black;
    }

    @page {
        margin: 2cm;
        @bottom-center {
            content: "Oldal " counter(page);
        }
    }
}