

#specsCalendarMount .flatpickr-calendar {
  border: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 420px !important;
  direction: rtl;
  font-family: inherit;
}

#specsCalendarMount .flatpickr-day {
  border-radius: 10px !important;
  font-weight: 800 !important;
  position: relative;
  cursor: default !important;
}

/* كل الأيام تبقى عادية هاديه */
#specsCalendarMount .flatpickr-day.flatpickr-disabled {
  background: transparent !important;
  color: #374151 !important;
  opacity: 1 !important;
  cursor: default !important;
  text-decoration: none !important;
}

/* الأيام المحجوزة فقط */
#specsCalendarMount .flatpickr-day.booked-day.flatpickr-disabled {
  background: #fecaca !important;
  color: #b91c1c !important;
  border-color: #fecaca !important;
      margin: 2px 0;
}
#specsCalendarMount .flatpickr-innerContainer {
  justify-content: space-around;
}