
.container-none .wp-block-footshop-hotspot-gallery-square.columns-2 > * {
    width: calc(50% - 20px);
    margin-left: 20px;
    padding-bottom: 50%;
}
.container-none .wp-block-footshop-hotspot-gallery-square.columns-3 > * {
    width: calc(33.3333% - 20px);
    margin-left: 20px;
    padding-bottom: 33.3333%;
}
.container-none .wp-block-footshop-hotspot-gallery-square.columns-4 > * {
    width: calc(25% - 20px);
    margin-left: 20px;
    padding-bottom: 25%;
}
.container-none .wp-block-footshop-hotspot-gallery-square.columns-5 > * {
    width: calc(100%/5 - 20px);
    margin-left: 20px;
    padding-bottom: calc(100%/5);
}
.container-none .wp-block-footshop-hotspot-gallery-square.columns-6 > * {
    width: calc(100%/6 - 20px);
    margin-left: 20px;
    padding-bottom: calc(100%/6);
}
.container-none .wp-block-footshop-hotspot-gallery-square.columns-7 > * {
    width: calc(100%/7 - 20px);
    margin-left: 20px;
    padding-bottom: calc(100%/7);
}
.container-none .wp-block-footshop-hotspot-gallery-square.columns-8 > * {
    width: calc(100%/8 - 20px);
    margin-left: 20px;
    padding-bottom: calc(100%/8);
}

.container-none .wp-block-footshop-hotspot-gallery-square {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0 -21px!important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.container-none .wp-block-footshop-hotspot-gallery-square.container {
    max-width: 819px!important;
    margin: 40px auto 0!important;
    padding-left: calc(var(--gap_vertical) - 20px)
}


.container-none .wp-block-footshop-hotspot-gallery-square > * {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    flex-grow: 1; /* Zarovná poslední na full width */
}

.wp-block-footshop-hotspot-gallery-square .wp-block-getwid-image-hotspot {
    position: relative;
    width: 100%;
}

.wp-block-footshop-hotspot-gallery-square .wp-block-getwid-image-hotspot > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-footshop-hotspot-gallery-square .wp-block-getwid-image-hotspot > * img {
    height: 100%;
    object-fit: cover;
}