/* NPN LMS Towers overlay v1 */

#lmsTowersTopToggle.lms-on {
  border-color: rgba(251,191,36,.92) !important;
  color: rgba(254,243,199,.98) !important;
  box-shadow:
    0 0 0 1px rgba(251,191,36,.14) inset,
    0 0 16px rgba(251,191,36,.18) !important;
}

.leaflet-pane.leaflet-npn-lms-tower-pane {
  z-index: 610 !important;
}

.leaflet-pane.leaflet-npn-lms-range-pane {
  z-index: 352 !important;
  pointer-events: none !important;
}

.npn-lms-tower-icon,
.npn-lms-tower-cluster {
  background: transparent;
  border: 0;
}

.npn-lms-tower-icon span,
.npn-lms-tower-cluster span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 30px;
  border: 1px solid rgba(251,191,36,.96);
  background:
    linear-gradient(135deg, rgba(41,24,3,.96), rgba(10,8,4,.96));
  color: #fef3c7;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  box-shadow:
    0 0 0 2px rgba(251,191,36,.13),
    0 0 18px rgba(251,191,36,.25);
}

.npn-lms-tower-icon b {
  font-size: 10px;
  font-weight: 950;
}

.npn-lms-tower-cluster span {
  width: 46px;
  height: 34px;
  color: #1d1100;
  background: rgba(251,191,36,.92);
  border-color: rgba(255,251,235,.75);
  font-size: 12px;
}

.npn-lms-popup-shell .leaflet-popup-content-wrapper,
.npn-lms-popup-shell .leaflet-popup-tip {
  background: rgba(5, 9, 5, .96);
  color: #ecfdf5;
  border: 1px solid rgba(251,191,36,.38);
  box-shadow: 0 18px 45px rgba(0,0,0,.42);
}

.npn-lms-popup-shell .leaflet-popup-content {
  margin: 11px;
}

.npn-lms-popup {
  display: grid;
  gap: 8px;
  min-width: 278px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.npn-lms-popup strong {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fef3c7;
  font-size: 13px;
  line-height: 1.2;
}

.npn-lms-tag {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid rgba(251,191,36,.72);
  background: rgba(251,191,36,.14);
  color: #fef3c7;
  font-size: 10px !important;
  font-weight: 950;
  letter-spacing: .05em;
}

.npn-lms-popup span,
.npn-lms-popup a,
.npn-lms-popup button {
  font-size: 11px;
  line-height: 1.35;
}

.npn-lms-popup a {
  color: #84ff84;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.npn-lms-meta {
  display: grid;
  gap: 2px;
  color: rgba(236,253,245,.68);
}

.npn-lms-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.npn-lms-actions button {
  width: 100%;
  border: 1px solid rgba(251,191,36,.38);
  background: rgba(24,18,7,.92);
  color: #ecfdf5;
  padding: 8px 9px;
  font-weight: 950;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.npn-lms-actions button:hover {
  border-color: rgba(251,191,36,.82);
  color: #fef3c7;
}
