.selected-day {
  background-color: #6a864c !important;
  color: #fff !important;
  border-radius: 50%;
}

#booking-calendar {
  direction: ltr !important;
  font-family: 'iranyekan', sans-serif !important;
  font-size: 13px;
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #eee;
  max-width: 100%;
  min-height: 400px;
  overflow-x: auto;
}
.fc .fc-daygrid-day-frame {
  min-height: 70px;
  height: 70px;
  padding: 5px;
  box-sizing: border-box;
}

.fc .fc-daygrid-day {
  width: 40px !important;
  max-width: 40px !important;
}

.booking-widget-box {
  direction: rtl;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 15px;
  font-family: iranyekan, sans-serif;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.booking-price-summary {
  font-size: 16px;
  margin-bottom: 10px;
  color: #444;
}

.booking-price-summary strong {
  display: block;
  font-size: 20px;
  color: #000;
  margin-top: 5px;
}

.booking-date-selector {
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0;
}

.booking-date-selector div span {
  font-size: 12px;
  color: #999;
}

.booking-date-selector div strong {
  font-size: 14px;
}

.booking-people-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.booking-people-count button {
  background: #eee;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 8px;
}

.booking-submit-button {
  width: 100%;
  background: #4f5bd5;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 10px;
}

.booking-info-note {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
  text-align: center;
}

.booking-details-breakdown ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 13px;
}

.booking-details-breakdown li {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.booking-total {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.selected-date {
  background: #c3f7c3;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.pwt-btn-switch {
  pointer-events: none;
  opacity: 0.5;
}

