/* WALKJE-SITEWIDE-GPS-DEEP-CSS */
:root{
  --wj-bg:#031b0b;
  --wj-top:#021207;
  --wj-panel:#0b2a15;
  --wj-line:rgba(255,255,255,.13);
  --wj-green:#45ee85;
  --wj-gold:#f4cb6b;
  --wj-text:#f7fff8;
  --wj-muted:#bfd0c2;
}
.wj-gps-strip{
  max-width:1180px;
  margin:10px auto 0;
  padding:0 14px;
}
.wj-gps-inner{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:8px;
  align-items:center;
  border:1px solid rgba(69,238,133,.26);
  background:rgba(2,18,7,.91);
  color:#eaffee;
  border-radius:999px;
  padding:8px 10px;
  box-shadow:0 12px 34px rgba(0,0,0,.20);
}
.wj-gps-label{
  font-weight:950;
  color:#45ee85;
  white-space:nowrap;
}
.wj-gps-area{
  color:#f7fff8;
  font-weight:850;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wj-gps-small{
  color:#bfd0c2;
  font-size:12px;
  font-weight:750;
}
.wj-gps-input{
  min-height:38px;
  border-radius:999px;
  border:1px solid #245d36;
  background:#041b0b;
  color:white;
  padding:0 12px;
  min-width:230px;
}
.wj-gps-btn{
  min-height:38px;
  border-radius:999px;
  border:1px solid #45ee85;
  background:#45ee85;
  color:#031b0b;
  font-weight:950;
  padding:8px 12px;
  cursor:pointer;
}
.wj-gps-btn.secondary{
  background:rgba(255,255,255,.06);
  color:white;
  border-color:rgba(255,255,255,.16);
}
.wj-map-module{
  padding:14px;
}
.wj-map-module-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  margin-bottom:10px;
}
.wj-map-module-head input{
  min-height:42px;
  border-radius:14px;
  border:1px solid #245d36;
  background:#041b0b;
  color:white;
  padding:0 12px;
}
.wj-live-map,
[data-wj-map],
[data-wj-global-map]{
  width:100%;
  min-height:260px;
  height:260px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 25% 35%,rgba(69,238,133,.34),transparent 9%),
    radial-gradient(circle at 70% 55%,rgba(69,238,133,.25),transparent 9%),
    linear-gradient(135deg,#0b3518,#06210f);
}
.wj-map-note{
  margin:8px 0 0;
  color:#bfd0c2;
  font-size:12px;
  font-weight:850;
}
.wj-page-depth-block{
  margin-top:28px;
}
.wj-deep-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.wj-deep-flow article{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  padding:14px;
}
.wj-deep-flow b{
  display:inline-grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:12px;
  background:#45ee85;
  color:#031b0b;
  margin-bottom:9px;
}
.wj-deep-flow h3{
  margin:0 0 7px;
}
.wj-deep-flow p{
  margin:0;
}
@media(max-width:900px){
  .wj-gps-strip{
    padding:0 10px;
  }
  .wj-gps-inner{
    grid-template-columns:1fr;
    border-radius:18px;
  }
  .wj-gps-input{
    min-width:0;
    width:100%;
  }
  .wj-deep-flow{
    grid-template-columns:1fr;
  }
  .wj-live-map,
  [data-wj-map],
  [data-wj-global-map]{
    height:240px;
    min-height:240px;
  }
}
