/* Native date/time controls must use light icons against the dark checkout. */
.co-wrap input.hk-input[type="datetime-local"] {
  color-scheme: dark;
}
.co-wrap input.hk-input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
}
.co-wrap input.hk-input[type="datetime-local"]:focus-visible {
  outline: 2px solid #ffc979;
  outline-offset: 2px;
}
