.belivo-free-slots {
  max-width: 1100px;
  margin: 24px auto;
  padding: 16px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
}

#belivo-free-slots-calendar {
  min-height: 500px;
}

.belivo-free-slots-mobile-list {
  display: grid;
  gap: 12px;
}

.belivo-free-slots-day-card {
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.belivo-free-slots-day-title {
  margin: 0 0 8px;
  font-size: 16px;
}

.belivo-free-slots-day-slots {
  display: grid;
  gap: 8px;
}

.belivo-free-slots-slot-button {
  border: 1px solid #16a34a;
  background: #ecfdf3;
  color: #065f46;
  border-radius: 8px;
  padding: 9px 10px;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}

.belivo-free-slots-mobile-empty {
  margin: 0;
  color: #475467;
}

.belivo-free-slots-modal .belivo-free-slots-dialog {
  width: min(860px, calc(100% - 32px));
  border-radius: 14px;
  padding: 20px;
}

.belivo-free-slots-dialog,
.belivo-free-slots-dialog * {
  box-sizing: border-box;
}

.belivo-free-slots-dialog__header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.belivo-free-slots-dialog__header p {
  margin: 8px 0 0;
  color: #475467;
}

.belivo-free-slots-form {
  margin-top: 16px;
}

.belivo-free-slots-summary-card {
  padding: 12px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #f8fafc;
  margin-bottom: 14px;
}

.belivo-free-slots-summary-card__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #667085;
}

#belivo-free-slots-summary {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #101828;
}

.belivo-free-slots-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.belivo-free-slots-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #344054;
}

.belivo-free-slots-field input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 38px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #fff;
}

.belivo-free-slots-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.belivo-free-slots-actions button {
  border: 0;
  border-radius: 10px;
  padding: 11px 16px;
  cursor: pointer;
  font-weight: 600;
}

#belivo-free-slots-cancel {
  background: #98a2b3;
  color: #fff;
}

.belivo-free-slots-actions button[type="submit"] {
  background: #1570ef;
  color: #fff;
}

#belivo-free-slots-message {
  min-height: 22px;
  margin-top: 10px;
  color: #067647;
}

@media (max-width: 760px) {
  .belivo-free-slots {
    margin: 12px auto;
    padding: 10px;
  }

  #belivo-free-slots-calendar {
    min-height: 0;
  }

  #belivo-free-slots-calendar .fc .fc-toolbar {
    gap: 8px;
  }

  #belivo-free-slots-calendar .fc .fc-toolbar-title {
    font-size: 20px;
    line-height: 1.2;
  }

  #belivo-free-slots-calendar .fc .fc-button {
    padding: 0.28em 0.45em;
    font-size: 13px;
  }

  #belivo-free-slots-calendar .fc .fc-col-header-cell-cushion,
  #belivo-free-slots-calendar .fc .fc-daygrid-day-number,
  #belivo-free-slots-calendar .fc .fc-event-time,
  #belivo-free-slots-calendar .fc .fc-event-title {
    font-size: 12px;
  }

  .belivo-free-slots-modal .belivo-free-slots-dialog {
    width: calc(100% - 20px);
    padding: 14px;
  }

  .belivo-free-slots-grid {
    grid-template-columns: 1fr;
  }

  .belivo-free-slots-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
