/* Gallery image fix - remove all spacing between images */

.Gallery_gallery__2AhdO {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3,
.Gallery_gallery__2AhdO .gallery-cell {
    flex: 1 1 33.333% !important;
    max-width: 33.333% !important;
    overflow: hidden !important;
    height: auto !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.Gallery_gallery__2AhdO .img-container,
.Gallery_gallery__2AhdO .img-wrapper {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 > a {
    display: block !important;
}

.Gallery_gallery__2AhdO img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Override any inline mobile padding styles */
.mobileV .gallery .gallery-cell,
.mobileV div[data-id='73F61945-66C0-41AF-8EEB-9470A8B2152B'] .gallery .gallery-cell {
    padding: 0 !important;
}

@media (max-width: 900px) {
    .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3,
    .Gallery_gallery__2AhdO .gallery-cell {
        flex: 1 1 50% !important;
        max-width: 50% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 600px) {
    .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3,
    .Gallery_gallery__2AhdO .gallery-cell {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}
