#jh-locations-map {
      --jh-black: #050505;
      --jh-panel: #050505;
      --jh-panel-2: #101010;
      --jh-green: #0b5c2a;
      --jh-gold: #ebbe67;
      --jh-gold-hover: #f3cf86;
      --jh-tan: #f5f0e6;
      --jh-muted: #d7d0c2;
      --jh-border: rgba(235, 190, 103, 0.30);
      --jh-border-soft: rgba(255,255,255,0.12);

      color: var(--jh-tan);
      background:
        radial-gradient(circle at top center, rgba(235, 190, 103, 0.08), transparent 38%),
        linear-gradient(180deg, #050505 0%, #000000 100%);
      font-family: inherit;
      padding: 72px 24px;
    }

    #jh-locations-map * {
      box-sizing: border-box;
    }

    #jh-locations-map .jh-wrap {
      max-width: 1268px;
      margin: 0 auto;
      background:
        radial-gradient(circle at top center, rgba(235, 190, 103, 0.08), transparent 40%),
        linear-gradient(180deg, #101010 0%, #050505 100%);
      border: 1px solid rgba(235, 190, 103, 0.22);
      border-radius: 24px;
      padding: 54px 28px;
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
    }

    #jh-locations-map .jh-kicker {
      margin: 0 0 10px;
      color: var(--jh-gold);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 13px;
      font-weight: 800;
    }

    #jh-locations-map h2 {
      margin: 0;
      color: #ffffff;
      font-size: clamp(36px, 5vw, 64px);
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
      font-weight: 900;
    }

    #jh-locations-map .jh-intro {
      max-width: 780px;
      margin: 18px 0 30px;
      color: var(--jh-muted);
      font-size: 17px;
      line-height: 1.65;
    }

    #jh-locations-map .jh-controls {
      display: grid;
      grid-template-columns: minmax(220px, 1fr) minmax(180px, 280px);
      gap: 14px;
      margin: 0 0 18px;
    }

    #jh-locations-map label {
      display: block;
      margin: 0 0 8px;
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      font-weight: 800;
    }

    #jh-locations-map input,
    #jh-locations-map select {
      width: 100%;
      min-height: 56px;
      border: 1px solid rgba(235, 190, 103, 0.70);
      border-radius: 12px;
      background: #ffffff;
      color: #111111;
      padding: 14px 16px;
      font: inherit;
      outline: none;
      box-shadow: none;
    }

    #jh-locations-map input::placeholder {
      color: #555555;
      opacity: 1;
    }

    #jh-locations-map input:focus,
    #jh-locations-map select:focus {
      border-color: var(--jh-gold);
      box-shadow: 0 0 0 3px rgba(235, 190, 103, 0.18);
    }

    #jh-locations-map .jh-meta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 18px;
      color: var(--jh-muted);
      font-size: 14px;
    }

    #jh-locations-map .jh-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 1px solid rgba(235, 190, 103, 0.32);
      border-radius: 999px;
      padding: 7px 12px;
      background: #111a12;
      color: #ffffff;
      line-height: 1;
      font-weight: 800;
    }

    #jh-locations-map .jh-map-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
      gap: 18px;
      align-items: start;
    }

    #jh-locations-map #jh-map-canvas {
      width: 100%;
      height: 620px;
      min-height: 620px;
      border: 1px solid rgba(235, 190, 103, 0.28);
      border-radius: 18px;
      background: var(--jh-panel-2);
      overflow: hidden;
    }

    #jh-locations-map .leaflet-container {
      background: var(--jh-panel-2);
      font-family: inherit;
    }

    #jh-locations-map .leaflet-popup-content-wrapper,
    #jh-locations-map .leaflet-popup-tip {
      background: #ffffff;
      color: #111111;
      border: 1px solid rgba(235, 190, 103, 0.55);
      box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    }

    #jh-locations-map .leaflet-popup-content {
      margin: 13px 14px;
      min-width: 220px;
      line-height: 1.45;
      color: #111111;
    }

    #jh-locations-map .leaflet-popup-content strong {
      display: block;
      color: #111111;
      margin-bottom: 5px;
      font-size: 15px;
      font-weight: 900;
    }

    #jh-locations-map .leaflet-popup-content div,
    #jh-locations-map .leaflet-popup-content p,
    #jh-locations-map .leaflet-popup-content span {
      color: #111111;
    }

    #jh-locations-map .leaflet-popup-content a {
      color: #6b4a00 !important;
      font-weight: 900;
    }

    #jh-locations-map .leaflet-container a.leaflet-popup-close-button {
      color: #111111 !important;
    }

    #jh-locations-map .jh-marker {
      width: 26px;
      height: 26px;
      color: var(--jh-green);
      filter: drop-shadow(0 4px 7px rgba(0,0,0,0.55));
    }

    #jh-locations-map .jh-marker svg {
      display: block;
      width: 26px;
      height: 26px;
      fill: var(--jh-green);
    }

    #jh-locations-map .jh-list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      max-height: 620px;
      overflow: auto;
      padding-right: 4px;
    }

    #jh-locations-map .jh-card {
      display: flex;
      gap: 12px;
      width: 100%;
      text-align: left;
      border: 1px solid rgba(235, 190, 103, 0.85);
      border-radius: 12px;
      background: var(--jh-gold);
      color: #111111;
      padding: 16px;
      cursor: pointer;
      font: inherit;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.20);
      transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    }

    #jh-locations-map .jh-card:hover,
    #jh-locations-map .jh-card:focus {
      background: var(--jh-gold-hover);
      border-color: var(--jh-gold-hover);
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
      outline: none;
    }

    #jh-locations-map .jh-card.is-active {
      background: var(--jh-gold-hover);
      border-color: #ffffff;
      box-shadow: 0 0 0 3px rgba(235, 190, 103, 0.22);
    }

    #jh-locations-map .jh-leaf-small {
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      color: var(--jh-green);
      margin-top: 3px;
    }

    #jh-locations-map .jh-leaf-small svg {
      fill: var(--jh-green);
    }

    #jh-locations-map .jh-card h3 {
      margin: 0 0 6px;
      color: #ffffff;
      font-size: 16px;
      line-height: 1.25;
      letter-spacing: 0;
      font-weight: 900;
    }

    #jh-locations-map .jh-address,
    #jh-locations-map .jh-phone {
      margin: 0;
      color: #111111 !important;
      font-size: 13px;
      line-height: 1.45;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    #jh-locations-map .jh-card span,
    #jh-locations-map .jh-card p,
    #jh-locations-map .jh-card div {
      color: #111111;
    }

    #jh-locations-map .jh-map-error,
    #jh-locations-map .jh-empty {
      display: none;
      border: 1px solid var(--jh-border);
      border-radius: 12px;
      padding: 22px;
      color: var(--jh-muted);
      background: #101010;
    }

    @media (max-width: 980px) {
      #jh-locations-map .jh-map-grid {
        grid-template-columns: 1fr;
      }

      #jh-locations-map #jh-map-canvas {
        height: 500px;
        min-height: 500px;
      }

      #jh-locations-map .jh-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
      }
    }

    @media (max-width: 640px) {
      #jh-locations-map {
        padding: 42px 14px;
      }

      #jh-locations-map .jh-wrap {
        padding: 34px 16px;
        border-radius: 18px;
      }

      #jh-locations-map .jh-controls {
        grid-template-columns: 1fr;
      }

      #jh-locations-map #jh-map-canvas {
        height: 420px;
        min-height: 420px;
      }

      #jh-locations-map .jh-card {
        padding: 14px;
      }
    }
