/* New Smile live Booking UI fix — keep one working calendar icon. */
#ns-code-3 .ns3-date-wrap > svg {
  display: none !important;
}

#ns-code-3 #ns3-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

/* Alex Rych AI v0.14.0 — New Smile CREATE_LEAD gate */
#ns-code-3 .arai-lead-submit-error {
  display: none;
  margin: 12px 0 0;
  color: #9b2c2c;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

#ns-code-3 .arai-lead-submit-error.is-visible {
  display: block;
}

#ns-code-3 #ns3-book-button.arai-lead-submit-busy {
  cursor: wait;
  opacity: .72;
}
