/**
 * All Locations Block - Frontend Styles
 */

.wp-block-gorilladash-all-locations {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Wrapper styling is handled by the main gorilladash-all-locations.css file */
/* Don't override padding - let the main CSS handle it */

/* Ensure block alignment works properly */
.wp-block-gorilladash-all-locations.alignwide {
    max-width: var(--wp--style--global--wide-size, 1400px);
}

.wp-block-gorilladash-all-locations.alignfull {
    max-width: none;
    width: 100%;
}
