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

.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;
}

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

.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%;
}