/* Description */

.single-travel .elementor-widget-theme-post-content ul {
    margin-bottom: 20px;
}

/* Included Top */

.single-travel .short-bullets ul {
    list-style: none;
    padding-left: 25px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-travel .short-bullets ul li {
    font-weight: 500;
    position: relative;
}

.single-travel .short-bullets ul li:before {
    content: "";
    margin-right: 6px;
    background-image: url(../images/circle-check-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-flex;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: -25px;
}

/* Included Price Table */

.single-travel .travel-table-bullets ul {
    list-style: none;
    padding-left: 25px;
    margin: 0;
}

.single-travel .travel-table-bullets ul li {
    font-weight: 500;
    position: relative;
    padding: 8px 0;
}

.single-travel .travel-table-bullets ul li:before {
    content: "";
    margin-right: 6px;
    background-image: url(../images/circle-check-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-flex;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 11px;
    left: -25px;
}

.single-travel .travel-table-bullets ul li:after {
    content: "";
    display: block;
    width: calc(100% + 25px);
    height: 1px;
    background-color: var(--e-global-color-ffacda6);
    position: absolute;
    bottom: 0;
    left: -25px;
}

/* Included All */

.single-travel .travel-all-included h3 {
    margin: 0;
    font-size: 30px;
    line-height: 130%;
}

.single-travel .travel-all-included hr {
    border: none;
    background-color: #C3D5C9 !important;
    height: 1px;
    margin: 15px 0 !important;
}

.single-travel .travel-all-included em {
    font-weight: 500;
}

.single-travel .travel-all-included ul {
    list-style: none;
    padding-left: 25px;
    margin: 0;
    column-count: 2;
    gap: 40px;
}

.single-travel .travel-all-included ul li {
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}

.single-travel .travel-all-included ul li:before {
    content: "";
    margin-right: 6px;
    background-image: url(../images/circle-check-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-flex;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: -25px;
}

@media (max-width:767px) {
    .single-travel .travel-all-included ul {
        column-count: 1;
    }
}

/* Issuu iframe */

.single-travel iframe.iframe-catalogue {
    min-height: 550px;
    border-radius: 10px;
}

@media (max-width:767px) {
    .single-travel iframe.iframe-catalogue {
        min-height: 350px;
    }
}

/* Accommodation */

.single-travel .travel-accommodation ul {
    list-style: none;
    padding-left: 25px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-travel .travel-accommodation ul li {
    position: relative;
}

.single-travel .travel-accommodation ul li:before {
    content: "";
    margin-right: 6px;
    background-image: url(../images/circle-check-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-flex;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: -25px;
}

.single-travel .travel-accommodation-gallery img.swiper-slide-image {
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.single-travel .travel-accommodation-gallery .swiper-wrapper {
    padding: unset;
}

.single-travel .travel-accommodation-gallery span.swiper-pagination-bullet {
    width: 25px !important;
    border-radius: 4px;
}

.single-travel .travel-accommodation-gallery .elementor-swiper-button {
    background: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.single-travel .travel-accommodation-gallery .elementor-swiper-button.swiper-button-disabled {
    opacity: 0 !important;
}

.single-travel .travel-accommodation-gallery .elementor-swiper-button.elementor-swiper-button-next {
    right: -20px !important;
}

.single-travel .travel-accommodation-gallery .elementor-swiper-button.elementor-swiper-button-prev {
    left: -20px !important;
}

@media (max-width:1024px) {
    .single-travel .travel-accommodation-gallery img.swiper-slide-image {
        object-fit: cover;
        height: 350px;
        width: 100%;
    }

    .single-travel .travel-accommodation-gallery .elementor-swiper-button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width:767px) {
    .single-travel .travel-accommodation-gallery img.swiper-slide-image {
        object-fit: cover;
        height: 250px;
        width: 100%;
    }

    .single-travel .travel-accommodation-gallery .elementor-swiper-button.elementor-swiper-button-next {
        right: -10px !important;
    }

    .single-travel .travel-accommodation-gallery .elementor-swiper-button.elementor-swiper-button-prev {
        left: -10px !important;
    }
}

/* Google Map */

.single-travel .travel-map {
    border-radius: 10px;
    overflow: hidden;
}

.single-travel .travel-map button:hover {
    background: #f7f7f7 !important;
}

/* Sticky Navbar */

.single-travel #beskrivelse,
.single-travel #rejsekatalog,
.single-travel #indkvartering,
.single-travel #program,
.single-travel #priser {
    scroll-margin-top: 120px;
}

.sticky-navbar.elementor-sticky--active {
    box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.1);
}

.sticky-navbar a.elementor-button.active {
    border-color: #FF333F !important;
}

@media (max-width:767px) {
    .sticky-navbar .e-con-inner {
        overflow: auto;
        justify-content: flex-start !important;
    }

    .sticky-navbar .e-con-inner .elementor-widget-button {
        width: auto !important;
        flex-shrink: 0;
    }
}

/* Trains */

.train-loop img.train-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.train-loop .elementor-widget-theme-post-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.train-loop .elementor-widget-theme-post-content * {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    display: inline;
}

/* Hotels */

.travel--no-hotels #indkvartering,
.travel--no-hotels .indkvartering-link {
    display: none;
}