/* Override space-around on the gallery container */
#galleryIntersectionObserverParent {
    display: flex !important;
    justify-content: flex-start !important; /* Align cards to the left */
    flex-wrap: wrap !important; /* Keep cards wrapping */
    gap: 1px !important; /* Optional: spacing between cards */
    margin-left: 0 !important;
    padding-left: 0 !important;
    
width: 100% !important;
    max-width: 100% !important;  
    box-sizing: border-box !important;



}

#CardGallery-CardGallery-pcf-container-id > div:first-child {width: 100% !important;}


.ms_lay3_card {
    margin:1px !important;
    box-shadow: none !important;
}



.button1 {
    border: none !important;
}

.ms_lay3_card_img {
height: 120px !important;
width: 120px !important;
}


/* body, .container, .main-content {
    overflow-x: hidden;
} */

