.k-tgl-hidden-images-wrapper {
    display: none !important;
}

.k-tgl-hidden-images-wrapper a {
    display: none;
}

.k-tgl-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
    min-width: 0;
}

.kanos-tour-gallery,
.k-tgl-wrapper {
    max-width: 100%;
    box-sizing: border-box;
}

.kanos-tour-gallery {
    display: flow-root;
    width: 100%;
    flex-shrink: 0;
}

.e-con .elementor-widget.elementor-widget-tour-gallery > .elementor-widget-container {
    height: auto;
    min-height: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.e-con .elementor-widget.elementor-widget-tour-gallery {
    align-self: flex-start;
    width: 100%;
}

.elementor-widget-tour-gallery > .elementor-widget-container {
    height: auto;
    min-height: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.k-tgl-left-wrapper > a,
.k-tgl-right-image-item-wrapper > a {
    display: block;
    width: 100%;
    flex-shrink: 0;
    line-height: 0;
}

.k-tgl-left-wrapper {
    flex: 0 0 55.5%;
    max-width: 55.5%;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.k-tgl-right-wrapper {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.k-tgl-right-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}

.k-tgl-right-image-item-wrapper {
    flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    min-width: 0;
    box-sizing: border-box;
}

.k-tgl-right-image-item {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 69.4%;
}

.k-tgl-right-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.k-tgl-left-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55%;
}

.k-tgl-left-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.k-tgl-actions-wrapper {
    position: absolute;
    bottom: 12px;
    right: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.k-tgl-button-item {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    backdrop-filter: blur(5px);
}

.k-tgl-button-item svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.k-tgl-button-item a {
    display: flex;
    gap: 8px;
    padding: 6px 12px;
    align-items: center;
}

.k-tgl-button-item span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .k-tgl-inner {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .k-tgl-left-wrapper {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .k-tgl-right-wrapper {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .k-tgl-actions-wrapper {
        right: 12px;
    }
}
