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