.qlb-wrapper {
  background: #fff;
  max-width: 500px;
  margin: 30px auto;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.qlb-step {
  text-align: center;
}
#qlb-back-to-calendar {
  margin-top: 20px;
}
label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.flatpickr-calendar {
  width: 100% !important;
}

#qlb-time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.qlb-slot {
  background: #fff;
  border: 2px solid #ff6b00;
  color: #ff6b00;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  transition: 0.2s;
}

.qlb-slot:hover,
.qlb-slot.active {
  background: #ff6b00;
  color: #fff;
}

#qlb-booking-form input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.qlb-btn {
  background: #ff6b00;
  border: none;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.qlb-btn:hover {
  background: #e55f00;
}

#qlb-success-message {
  margin-top: 20px;
  font-weight: bold;
  color: #2c8a2c;
}


#qlb-back-to-calendar {
  margin-top: 10px;
}
.qlb-buttons {
  margin-top: 10px;
}