@page {
    margin: 20mm;
}


/* Hide elements that are not needed in print */
.holiday-planner, .header-bar, .sc-language-selector, .footer, .logo, .sc-returnLink, .txtLinkWrapper, .box.slider-inner .sc-slideshow::after {
    display: none !important;
}

img {
    width: 580px !important;
    height: 350px !important;
    object-fit: cover; 
    page-break-inside: avoid !important; 
    display: initial !important;
}

.boxLayout img {
    margin-left: 30px;
}

.boxLayout h2 {
    page-break-before: always !important;
}



p {
    page-break-inside: avoid !important;
}

/* Adjust margin and padding to reduce text distances */
.padding-top-xl { padding-top: 60px !important; }
.padding-top-l { padding-top: 80px !important; }
.padding-top-m { padding-top: 35px !important; }
.padding-top-s { padding-top: 25px !important; }

.padding-bottom-xl { padding-bottom: 60px !important; }
.padding-bottom-l { padding-bottom: 60px !important; }
.padding-bottom-m { padding-bottom: 35px !important; }
.padding-bottom-s { padding-bottom: 25px !important; }

.margin-top-xxl { margin-top: 60px !important; }
.margin-top-xl { margin-top: 60px !important; }
.margin-top-l { margin-top: 80px !important; }
.margin-top-m { margin-top: 35px !important; }
.margin-top-s { margin-top: 25px !important; }
.margin-top-xs { margin-top: 15px !important; }
.margin-top-xxs { margin-top: 15px !important; }

.margin-bottom-xl { margin-bottom: 60px !important; }
.margin-bottom-l { margin-bottom: 60px !important; }
.margin-bottom-m { margin-bottom: 50px !important; }
.margin-bottom-s { margin-bottom: 25px !important; }

/* Layout adjustments */
.boxLayout {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure general text styling is clean */
.txt {
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    break-inside: avoid !important; 
}

/* Remove any additional spacing or borders that could affect layout in print */
div, h1, h2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border: none !important;
    float: none !important;
}
