/* ==========================================================================
   TNG Print Styles
   Applied via @media print AND by pdflayer (use_print_media=1)
   ========================================================================== */

@media print {

    /* ── Hide non-content elements ── */
    .tng-pdf-download-wrap,
    .tng-download-wrap,
    .elementor-widget-tng_pdf_download,
    .screen-only,
    #wpadminbar,
    .site-navigation,
    .site-footer,
    .elementor-widget-tng-form-toggle,
    .elementor-widget-tng_bespoke_meetings_form,
    .elementor-widget-tng_event_cta_buttons,
    .elementor-widget-tng_booking_selector {
        display: none !important;
    }

    /* ── Show print-only elements ── */
    .print-only {
        display: initial !important;
    }

    /* ── Page layout ── */
    body {
        overflow: visible;
        font-size: 12px;
    }

    /* ── Tables ── */
    .tablepress {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .tablepress .row-hover {
        font-size: 12px !important;
    }

    table.tablepress tbody tr {
        page-break-inside: avoid !important;
        border-right: none;
        border-left: none;
    }

    table.tablepress tbody tr td,
    table.tablepress thead tr th {
        page-break-inside: avoid !important;
        border: none;
    }

    table.tablepress {
        float: none !important;
        overflow: visible !important;
    }

    .tablepress-container {
        overflow: visible !important;
    }

    /* ── Links ── */
    a, a:link {
        color: #000 !important;
        text-decoration: underline !important;
    }

    /* ── Banner ── */
    .tng-event-banner {
        height: auto !important;
        min-height: auto !important;
    }

    .tng-event-banner .tng-eb-info-box {
        position: relative !important;
    }

}
