.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;
    gap: 10px;
    flex-wrap: nowrap;
}

.k-tgl-left-wrapper {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
}

.k-tgl-right-wrapper {
    flex: 1 1 0;
    max-width: 100%;
    position: relative;
}

.k-tgl-right-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.k-tgl-right-image-item-wrapper {
    flex: 0 0 48%;
    max-width: 48%;
}

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