figure.wp-block-gallery.has-nested-images.footer-link {
    align-items: center;
    justify-content: center;
	gap: 1em;
}
.wp-block-gallery.has-nested-images.footer-link figure.wp-block-image {
	width: auto !important;
    flex: 0 1 max-content;
}
.wp-block-gallery.has-nested-images.footer-link:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: 0;
}
.wp-block-gallery.has-nested-images.footer-link figure.wp-block-image img {
	max-height: 60px;
}