.pk-globe-btn-v2 {
  background: linear-gradient(135deg, #ffe100, #b89100);
  color: #111;
  font-weight: 800;
  box-shadow: 0 0 18px rgba(255, 225, 0, 0.35);
}

.pk-globe-v2-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.pk-globe-v2-panel {
  position: relative;
  width: min(1180px, 96vw);
  height: min(760px, 90vh);
  background:
    radial-gradient(circle at 50% 35%, rgba(20, 60, 95, 0.45), rgba(0, 0, 0, 0.95) 58%),
    #02070d;
  border: 1px solid rgba(255, 225, 0, 0.35);
  border-radius: 22px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.75), 0 0 22px rgba(255, 225, 0, 0.18);
  overflow: hidden;
}

.pk-globe-v2-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 225, 0, 0.65);
  background: rgba(0, 0, 0, 0.65);
  color: #ffe100;
  font-size: 30px;
  line-height: 36px;
  cursor: pointer;
}

.pk-globe-v2-head {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 70px 14px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.25));
}

.pk-globe-v2-head h3 {
  margin: 0 0 6px;
  color: #ffe100;
  font-size: 24px;
}

.pk-globe-v2-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.pk-globe-v2-reset {
  border: 1px solid rgba(255, 225, 0, 0.5);
  background: rgba(255, 225, 0, 0.1);
  color: #ffe100;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  white-space: nowrap;
}

.pk-globe-v2-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0;
  height: calc(100% - 86px);
}

.pk-globe-v2-map {
  position: relative;
  min-height: 420px;
  background: #000;
}

.pk-globe-v2-sidebar {
  border-left: 1px solid rgba(255, 225, 0, 0.25);
  background: rgba(0, 0, 0, 0.55);
  padding: 16px;
  overflow-y: auto;
}

.pk-globe-v2-sidebar-title {
  color: #ffe100;
  font-weight: 800;
  margin-bottom: 10px;
}

.pk-globe-v2-status {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.pk-globe-v2-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pk-globe-v2-location {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 225, 0, 0.35);
  background: rgba(2, 22, 28, 0.78);
  color: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  box-shadow: 0 0 14px rgba(255, 225, 0, 0.08);
}

.pk-globe-v2-location:hover {
  border-color: rgba(255, 225, 0, 0.85);
  background: rgba(255, 225, 0, 0.12);
}

.pk-globe-v2-location strong {
  display: block;
  color: #ffe100;
  font-size: 15px;
}

.pk-globe-v2-location span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  margin-top: 2px;
}

.pk-globe-v2-popup {
  color: #111;
  font-weight: 700;
}

.maplibregl-popup-content {
  border-radius: 12px;
}

.maplibregl-ctrl-bottom-left,
.maplibregl-ctrl-bottom-right {
  opacity: 0.65;
}

@media (max-width: 800px) {
  .pk-globe-v2-panel {
    width: 96vw;
    height: 92vh;
  }

  .pk-globe-v2-head {
    padding: 18px 60px 12px 16px;
    flex-direction: column;
  }

  .pk-globe-v2-body {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 210px;
  }

  .pk-globe-v2-sidebar {
    border-left: 0;
    border-top: 1px solid rgba(255, 225, 0, 0.25);
  }
}

@media (max-width: 800px) {
  .pk-globe-v2-body {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: calc(100% - 260px);
  }

  .pk-globe-v2-sidebar {
    display: none;
  }

  .pk-globe-v2-map {
    min-height: 520px;
  }

  .pk-globe-v2-head h3 {
    font-size: 34px;
    line-height: 1.25;
  }

  .pk-globe-v2-head p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.pk-globe-v2-names {
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  font-weight: 700;
  line-height: 1.35;
}