/*
 * Small public-site stylesheet. The native product UI is implemented in the
 * separate iOS application and does not ship browser-shell CSS from Rails.
 */

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0.75rem;
  cursor: pointer;
}
