/* lab-public-wifi.css — Public Wi-Fi Safety (Mission #29) scene renderer.
   Decision-scenario UI for grades 6–8. Mirrors existing chip / stepper
   styling conventions from lab-password-power.css and the SES scene UI. */

.chip-pws {
  background: rgba(0, 212, 255, 0.15) !important;
  color: #00d4ff !important;
  border-color: rgba(0, 212, 255, 0.3) !important;
}

#public-wifi-safety-container {
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Outfit', 'Segoe UI', sans-serif;
}

#public-wifi-safety-results {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 16px;
}
