.wp-block-carbon-fields-map>.acf-innerblocks-container {
  display: none;
}

.wp-block-carbon-fields-map .leaflet-container .sidebar a {
  color: unset;
}

.wp-block-carbon-fields-map .leaflet-sidebar .close {
  z-index: 800 !important;
  text-decoration: none;
  background: #fff;
  font-size: 30px;
  color: #000;
  line-height: 0.7;

  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.wp-block-carbon-fields-map .easy-button-button .leaflet-control-btn {
  line-height: 40px;
}

.wp-block-carbon-fields-map .leaflet-pane {
  z-index: 3;
}

.leaflet-popup-content-wrapper {
  position: relative;
}

.leaflet-popup-pane .leaflet-popup-content a.popup-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}