/* NSD GPS Nearby Empty Results Visible Fallback v8 */
.nsd-gps-empty-results-v8 {
  max-width: 1060px;
  margin: 2.25rem auto 2.75rem;
  padding: 0 1rem;
  color: #eafff4;
}

.nsd-gps-empty-results-v8__inner {
  border: 1px solid rgba(0, 255, 153, 0.72);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 255, 153, 0.09), rgba(8, 18, 15, 0.96));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  padding: clamp(1.35rem, 3vw, 2.2rem);
}

.nsd-gps-empty-results-v8__kicker {
  color: #00ff99;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.nsd-gps-empty-results-v8 h2 {
  color: #00ff99;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.nsd-gps-empty-results-v8 p {
  color: #d7fff0;
  margin: 0;
  max-width: 62rem;
}

.nsd-gps-empty-results-v8__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.nsd-gps-empty-results-v8__button,
.nsd-gps-empty-results-v8__link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  min-height: 2.5rem;
  padding: 0.75rem 1.05rem;
  text-decoration: none;
}

.nsd-gps-empty-results-v8__button {
  background: #00ff99;
  border: 1px solid #00ff99;
  color: #00130c !important;
}

.nsd-gps-empty-results-v8__link {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(0, 255, 153, 0.55);
  color: #00ff99 !important;
}

.nsd-gps-empty-results-v8__button:hover,
.nsd-gps-empty-results-v8__button:focus,
.nsd-gps-empty-results-v8__link:hover,
.nsd-gps-empty-results-v8__link:focus {
  filter: brightness(1.08);
  text-decoration: none;
}
