.elementor-2731 .elementor-element.elementor-element-b3e7947{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:75px;--padding-bottom:75px;--padding-left:75px;--padding-right:75px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2731 .elementor-element.elementor-element-7ec4c0b{width:100%;max-width:100%;}.elementor-2731 .elementor-element.elementor-element-7ec4c0b > .elementor-widget-container{margin:00px 00px 00px 00px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7ec4c0b *//* Force the wrapper to ignore parent constraints */
#fb-fullwidth-gallery {
    width: 100% !important;
    display: block !important;
}

#fb-fullwidth-gallery .gallery {
    display: grid !important;
    /* This automatically fills the row with 250px squares */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 10px !important; 
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure the gallery items take up full grid space */
#fb-fullwidth-gallery .gallery-item {
    width: 100% !important;
    margin: 0 !important;
}

/* Force Square Aspect Ratio */
#fb-fullwidth-gallery .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
}

/* Remove WP default padding/margins */
.gallery-icon {
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */