﻿@media print {
    
    @page { size: auto; margin: 25mm 25mm 25mm 25mm; }

    /* generic print styles */
    * { box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
    a, 
    a:visited { text-decoration: underline; border-bottom: none; }
    a[href]:after { content: " (" attr(href) ")"; overflow-wrap: break-word; -ms-word-break: break-all; word-break: break-word; /* Adds a hyphen where the word breaks, if supported */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    
    thead { display: table-header-group; }
    tr,
    img { page-break-inside: avoid; }

    p,
    h2,
    h3 { orphans: 3; widows: 3; }
    h2,
    h3 { page-break-after: avoid; }

    /* Don't show links for images, or javascript/internal links */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

    html,
    .button.cta { height: auto; }

    .cookie-module,
    header#site-header,
    .page-heading-with-links .gradient,
    .footer-navigation,
    .tab-navigation,
    .full-background-image { display: none !important; }

    footer#site-footer .light-band,
    footer#site-footer .footer-navigation,
    footer#site-footer .dark-band .social-media-logos { display: none; }

    .faq .faq-panel .accordion-content,
    table.visit-history tr .more-info { display: block !important; }

    table tr td { border-bottom-width: 80px; }

    #main.brazil-landing-page .viewport { height: auto; }
    .scrollbar-container .viewport { overflow: visible; }
    #main.brazil-landing-page .terms-conditions { background: #ffffff; }
    #main.brazil-landing-page .gradient:after { display: none; }

    /* print lounges */
    .print-lounges { border-top: 1px solid #e3e4e3; margin: 20px auto 0; padding-bottom: 20px; }
    .print-lounges:first-child { margin-top: 0; border-top: none; }

    .lounge-finder .sidebar,
    .lounge-finder .gallery,
    .lounge-finder .content-with-sidebar .lounge-actions { display: none; }
    .lounge-finder .content-with-sidebar,
    .lounge-finder .content-with-sidebar .lounge-info .lounge-info-body,
    .lounge-finder .content-with-sidebar .lounge-info .lounge-info-facilities { width: 100%; }
    .lounge-finder .content-with-sidebar .lounge-info .lounge-info-facilities { margin-left: 0; }
    .lounge-finder .content-with-sidebar .lounge-info .lounge-info-facilities ul li { width: 50%; float: left; }
    .lounge-finder .content-with-sidebar .lounge-info .info-body-section.location { padding-bottom: 12px; border-bottom: 1px solid #c2c5c8; }

    .lounge-finder .content-with-sidebar .lounge-info h2 { font-size: 32px; line-height: 34px; text-align: center; text-transform: uppercase; margin-bottom: 10px; }
    .lounge-finder .content-with-sidebar .lounge-info h3 { font-size: 20px; line-height: 22px; margin-bottom: 10px; }
    .lounge-finder .content-with-sidebar .lounge-info h5 { font-size: 16px; line-height: 18px; text-align: center; }
}