/* ══════════════════════════════════════
   NS AVAILABILITY ROW
══════════════════════════════════════ */

.ns-avail-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(13,184,122,0.06);
  font-family: 'Outfit', sans-serif;
}

.ns-avail-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0db87a;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(13,184,122,0.4);
}

.ns-avail-text {
  font-size: 12px;
  color: #0db87a;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ns-avail-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  margin-left: auto;
  font-weight: 300;
}