/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/communities-map/style.css ***!
  \***********************************************************************************************************************************************************************************/
.communities-map-block .map-container {
    width: 100%;
    height: 400px;
    background-color: #f0f0f0;
}

.communities-map-preview {
    padding: 0px;
}

.community-item {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wp-block-p7-communities-map {
    width: 100%;
    max-width: 100% !important;
    margin: 0px;
}

.communities-map-block {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
}

.wp-block-p7-communities-map {
    width: 100%;
    max-width: 100% !important;
}

.communities-map-block {
    width: 100%;
    max-width: 100% !important;
}

/* Desktop */

@media (min-width: 768px) {
    .communities-map-block .map-container {
        height: var(--map-desktop-height);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .communities-map-block .map-container {
        height: var(--map-mobile-height);
    }
}

/*# sourceMappingURL=style-index.css.map*/