@page {
    size: A4;
    margin: 5mm 8mm 8mm;
}

@media print {
    html,
    body {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height: 1.35;
        color: #000;
    }

    p,
    li,
    div {
        font-size: inherit;
    }

    p{
        margin-bottom:7px;
        margin-top:7px;
    }

    .container-print {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .tour-print-logo {
        filter: grayscale(100%) contrast(180%);
    }

    /* Excursions */

    .excursions-table,
    .package-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 9pt;
    }

    .excursions-table th,
    .excursions-table td,
    .package-table th,
    .package-table td {
        padding: 4px 6px !important;
        vertical-align: top;
    }

    .excursion-price-column {
        width: 22%;
    }

    .excursion-description {
        font-weight: normal;
    }

    .excursions-table tr,
    .package-table tr {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    /* Dates and prices */

    .tour-dates-section,
    .tour-dates-section .row,
    .tour-dates-section [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tour-dates-table {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 9pt;
    }

    .tour-dates-table th,
    .tour-dates-table td {
        padding: 4px 6px !important;
        vertical-align: top;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .tour-date-column {
        width: 72%;
    }

    .tour-price-column {
        width: 28%;
    }

    .tour-dates-table tr {
        break-inside: avoid;
        page-break-inside: avoid;
    }

}