/* Fallbacks for two decorative PNG files that already return 404 on the source site. */
.ui-datepicker-header {
  background-color: #111 !important;
  background-image: none !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  background-image: none !important;
  line-height: 30px !important;
  color: transparent !important;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.ui-datepicker-prev::before { content: "‹"; }
.ui-datepicker-next::before { content: "›"; }
