
.container-none .wp-block-footshop-hotspot-gallery-vertical.columns-2 > * {
    width: calc(50% - 20px);
    margin-left: 20px;
}
.container-none .wp-block-footshop-hotspot-gallery-vertical.columns-3 > * {
    width: calc(33.3333% - 20px);
    margin-left: 20px;
}
.container-none .wp-block-footshop-hotspot-gallery-vertical.columns-4 > * {
    width: calc(25% - 20px);
    margin-left: 20px;
}
.container-none .wp-block-footshop-hotspot-gallery-vertical.columns-5 > * {
    width: calc(100%/5 - 20px);
    margin-left: 20px;
}
.container-none .wp-block-footshop-hotspot-gallery-vertical.columns-6 > * {
    width: calc(100%/6 - 20px);
    margin-left: 20px;
}
.container-none .wp-block-footshop-hotspot-gallery-vertical.columns-7 > * {
    width: calc(100%/7 - 20px);
    margin-left: 20px;
}
.container-none .wp-block-footshop-hotspot-gallery-vertical.columns-8 > * {
    width: calc(100%/8 - 20px);
    margin-left: 20px;
}

.container-none .wp-block-footshop-hotspot-gallery-vertical {
    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-vertical.container {
    max-width: 819px!important;
    margin: 40px auto 0!important;
    padding-left: calc(var(--gap_vertical) - 20px)
}


.container-none .wp-block-footshop-hotspot-gallery-vertical > * {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    flex-grow: 1; /* Zarovná poslední na full width */
}

.container-none .wp-block-footshop-hotspot-gallery-vertical > * {
    margin-bottom: 60px;
}

.wp-block-footshop-hotspot-gallery-vertical.columns-2 > *:nth-child(2),
.wp-block-footshop-hotspot-gallery-vertical.columns-2 > *:nth-child(3),
.wp-block-footshop-hotspot-gallery-vertical.columns-2 > *:nth-child(6),
.wp-block-footshop-hotspot-gallery-vertical.columns-2 > *:nth-child(7),
.wp-block-footshop-hotspot-gallery-vertical.columns-2 > *:nth-child(10),
.wp-block-footshop-hotspot-gallery-vertical.columns-2 > *:nth-child(11) {
    width: calc(50% - 20px);
    margin-left: 20px;
    padding: 0 7%
}