.gxr-vmb-wrap {
  width: 100%;
  margin: 32px 0;
  position: relative;
  z-index: 1;
}

.gxr-vmb-map {
  width: 100%;
  min-height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f7;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.gxr-vmb-pin-icon {
  background: transparent;
  border: 0;
}

.gxr-vmb-pin {
  --gxr-vmb-pin-color: #6B7280;
  display: block;
  width: 28px;
  height: 28px;
  background: var(--gxr-vmb-pin-color);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  position: relative;
}

.gxr-vmb-pin-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  opacity: .95;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  background: transparent;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .18);
  padding: 0;
}

.leaflet-popup-content {
  margin: 0;
  width: 390px !important;
}

.leaflet-popup-tip {
  background: #e8e8e8;
}

.gxr-vmb-popup-card {
  --gxr-vmb-card-accent: #6B7280;
  display: grid;
  grid-template-columns: 116px 9px 1fr;
  min-height: 142px;
  background: #e8e8e8;
  font-family: inherit;
  color: #111827;
  overflow: hidden;
}

.gxr-vmb-popup-logo {
  width: 116px;
  min-height: 142px;
  background: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
  box-sizing: border-box;
}

.gxr-vmb-popup-logo img {
  max-width: 88px;
  max-height: 88px;
  object-fit: contain;
}

.gxr-vmb-popup-accent {
  background: var(--gxr-vmb-card-accent);
  min-height: 100%;
}

.gxr-vmb-popup-body {
  min-width: 0;
  padding: 18px 18px 14px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gxr-vmb-popup-title {
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #111827;
  font-weight: 700;
}

.gxr-vmb-popup-focus,
.gxr-vmb-popup-meta {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  color: #374151;
}

.gxr-vmb-popup-focus strong,
.gxr-vmb-popup-meta strong {
  color: #111827;
  font-weight: 700;
}

.gxr-vmb-popup-divider {
  height: 1px;
  background: rgba(17, 24, 39, .38);
  margin: 14px 0 12px;
}

.gxr-vmb-popup-website {
  margin: 0;
}

.gxr-vmb-popup-meta a,
.gxr-vmb-popup-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gxr-vmb-popup-actions {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: rgba(31, 41, 55, .18);
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: rgba(31, 41, 55, .86);
  color: #fff;
  font-weight: 700;
}

@media (max-width: 640px) {
  .gxr-vmb-map {
    border-radius: 12px;
  }

  .leaflet-popup-content {
    width: 310px !important;
  }

  .gxr-vmb-popup-card {
    grid-template-columns: 86px 7px 1fr;
    min-height: 124px;
  }

  .gxr-vmb-popup-logo {
    width: 86px;
    min-height: 124px;
    padding: 10px;
  }

  .gxr-vmb-popup-logo img {
    max-width: 66px;
    max-height: 66px;
  }

  .gxr-vmb-popup-body {
    padding: 14px 13px 12px 15px;
  }

  .gxr-vmb-popup-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .gxr-vmb-popup-focus {
    font-size: 12px;
  }

  .gxr-vmb-popup-divider {
    margin: 10px 0 9px;
  }
}
.gxr-vmb-card-id {
  display: none !important;
}

.gxr-vmb-filter-slot {
  width: 100%;
  margin: 18px 0 0;
}

.gxr-vmb-filter-slot:empty {
  display: none;
}

.gxr-vmb-filter-slot .wpc-custom-selected-terms,
.gxr-vmb-filter-slot .widget_wpc_filters_widget,
.gxr-vmb-filter-slot .wpc-filters-main-wrap {
  width: 100%;
}

.gxr-vmb-relocated-filter {
  clear: both;
}

.gxr-vmb-popup-meta .gxr-vmb-website-button,
.gxr-vmb-website-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--gxr-vmb-card-accent, var(--awb-color4, #111827)) !important;
  font-size: 14px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: none;
}

.gxr-vmb-website-button:hover,
.gxr-vmb-website-button:focus {
  color: var(--gxr-vmb-card-accent, var(--awb-color6, #374151)) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.gxr-vmb-website-button i {
  font-size: 12px;
  line-height: 1;
}

.gxr-vmb-website-button .fusion-button-text,
.gxr-vmb-website-button .awb-button__text,
.gxr-vmb-website-button i {
  color: var(--gxr-vmb-card-accent, var(--awb-color4, #111827)) !important;
}

.gxr-vmb-website-button:hover .fusion-button-text,
.gxr-vmb-website-button:focus .fusion-button-text,
.gxr-vmb-website-button:hover .awb-button__text,
.gxr-vmb-website-button:focus .awb-button__text,
.gxr-vmb-website-button:hover i,
.gxr-vmb-website-button:focus i {
  color: var(--gxr-vmb-card-accent, var(--awb-color6, #374151)) !important;
}

.gxr-vmb-cluster-icon {
  background: transparent;
  border: 0;
}

.gxr-vmb-cluster {
  --gxr-vmb-cluster-bg: #2E7D32;
  --gxr-vmb-cluster-text: #ffffff;
  --gxr-vmb-cluster-border: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--gxr-vmb-cluster-bg);
  color: var(--gxr-vmb-cluster-text);
  border: 3px solid var(--gxr-vmb-cluster-border);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 5px 18px rgba(15, 23, 42, .28);
}

.gxr-vmb-cluster-medium {
  width: 46px;
  height: 46px;
  font-size: 15px;
}

.gxr-vmb-cluster-large {
  width: 52px;
  height: 52px;
  font-size: 16px;
}

.gxr-vmb-popup-branch {
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #374151;
}

.gxr-vmb-popup-branch strong {
  color: #111827;
  font-weight: 700;
}
