/* SPIS common datepicker: AirDatepicker based */
.spis-datepicker-theme.air-datepicker {
  --adp-accent-color: #111;
  --adp-color-current-date: #111;
  --adp-cell-background-color-selected: #111;
  --adp-cell-background-color-selected-hover: #000;
  --adp-cell-background-color-in-range: rgba(17,17,17,.10);
  --adp-cell-background-color-in-range-hover: rgba(17,17,17,.18);
  --adp-cell-border-radius: 8px;
  --adp-day-name-color: #98a2b3;
  --adp-color: #344054;
  --adp-border-color: #e4e7ef;
  --adp-border-color-inner: #eef0f4;
  border: 1px solid var(--card-border, #e4e7ef);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(16,24,40,.16);
  font-family: inherit;
}
.spis-datepicker-theme .air-datepicker-nav--title,
.spis-datepicker-theme .air-datepicker-nav--action { color: #1d2939; }

/* 오늘 날짜: 검은색 원형 표시(선택 셀이 아닐 때) */
.spis-datepicker-theme .air-datepicker-cell.-current-:not(.-selected-) {
  color: #fff;
  background: #111;
  border-radius: 50%;
}
.spis-datepicker-theme .air-datepicker-cell.-current-:not(.-selected-):hover {
  background: #000;
}
.spis-datepicker-inline .air-datepicker {
  width: 100%;
  box-shadow: none;
}

.air-datepicker-global-container,
.spis-datepicker-theme.air-datepicker,
.air-datepicker.spis-datepicker-theme {
  z-index: 20000 !important;
}
