.cl-community-map {
  position: relative;
  width: 100%;
  min-height: var(--cl-community-map-height, 240px);
  height: var(--cl-community-map-height, 240px);
}

.cl-community-map__canvas {
  width: 100%;
  height: 100%;
  min-height: var(--cl-community-map-height, inherit);
}

.cl-community-map__status {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2933;
  z-index: 500;
}

.cl-community-map__status[data-state='error'] {
  color: #991b1b;
}

.cl-community-map__status[data-state='empty'] {
  color: #334155;
}

.cl-community-map__status:empty {
  display: none;
}

.cl-community-map .leaflet-control-zoom,
.cl-community-map .cl-map-reset-control {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(3px);
}

.cl-community-map .leaflet-control-zoom a,
.cl-community-map .cl-map-reset-control__button {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #1f2937;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  text-decoration: none;
}

.cl-community-map .leaflet-control-zoom a:last-child {
  border-bottom: 0;
}

.cl-community-map .cl-map-reset-control__button {
  font-size: 16px;
  cursor: pointer;
  border-bottom: 0;
}

.cl-community-map .leaflet-control-zoom a:hover,
.cl-community-map .leaflet-control-zoom a:focus,
.cl-community-map .cl-map-reset-control__button:hover,
.cl-community-map .cl-map-reset-control__button:focus {
  background: rgba(248, 250, 252, 0.96);
  text-decoration: none;
  outline: none;
}

.cl-community-map .leaflet-control-zoom a.leaflet-disabled {
  color: rgba(100, 116, 139, 0.6);
  background: rgba(241, 245, 249, 0.7);
  cursor: default;
}
