/* Dev notes + ASK KIA boxes — visible during development, hidden via body[data-launch="live"] */

/* Hidden in launch mode (set body[data-launch="live"] when promoting custom domain). */
body[data-launch="live"] .ask-kia,
body[data-launch="live"] .dev-note { display: none !important; }

/* Dev note for Kia — TGA/AHPRA compliance choices, internal-only. */
.dev-note {
  background: #E3F2FD;
  border-left: 4px solid #1976D2;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 4px;
  font-family: 'Outfit', sans-serif;
}
.dev-note__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0D47A1;
  margin-bottom: 0.75rem;
}
.dev-note__title {
  font-size: 1rem;
  font-weight: 600;
  color: #0D47A1;
  margin-bottom: 0.5rem;
}
.dev-note p {
  font-size: 0.875rem;
  color: #1565C0;
  margin: 0.5rem 0;
  line-height: 1.6;
}
.dev-note ul { list-style: none; padding: 0; margin: 0.5rem 0; }
.dev-note ul li {
  padding: 0.35rem 0;
  font-size: 0.875rem;
  color: #1565C0;
}
.dev-note ul li::before {
  content: "• ";
  color: #1976D2;
  font-weight: 600;
}
