.ui-datepicker {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ui-datepicker-div {
  border-radius: 0;
  z-index: 2;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  background: none;
  cursor: pointer;
}

.ui-datepicker-header {
  background: none;
  border: none;
  font-weight: normal;
}
.ui-datepicker-header .ui-datepicker-month {
  font-weight: bold;
}

.ui-datepicker-calendar a.ui-state-default {
  background: #f5f5f5;
  color: #000;
}
.ui-datepicker-calendar a.ui-state-hover {
  color: #fff;
}
.ui-datepicker-calendar a.ui-state-active {
  color: #fff;
}
.ui-datepicker-calendar .ui-state-disabled span.ui-state-disabled {
  background: #FAFAFA;
}
.ui-datepicker-calendar td a {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0 !important;
}
.ui-datepicker-calendar td span {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0 !important;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------------------------------------------
 * Free map stack (Leaflet + Nominatim autocomplete) — Araç Rezervasyon
 * ------------------------------------------------------------------------- */
.aracrez-autocomplete-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  display: none;
}
.aracrez-autocomplete-list li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.35;
  border-bottom: 1px solid #f0f0f0;
}
.aracrez-autocomplete-list li:last-child { border-bottom: none; }
.aracrez-autocomplete-list li:hover { background: #f3f7fb; }

.aracrez-map-marker span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--arz-primary, #2b6cb0);
  color: var(--arz-secondary, #fff);
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Keep Leaflet panes above Bootstrap stacking inside the form */
.aracrez-booking-form1 .leaflet-pane { z-index: 400; }
.aracrez-booking-form1 .leaflet-top,
.aracrez-booking-form1 .leaflet-bottom { z-index: 800; }
