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

.belivo-free-slots-mobile-month-filter {
  display: grid;
  gap: 6px;
  margin: 8px 0 12px;
}

.belivo-free-slots-mobile-month-filter label {
  font-weight: 600;
  color: #344054;
}

.belivo-free-slots-mobile-month-filter select {
  width: 100%;
  height: 40px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
}

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

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

.belivo-free-slots-mobile-card-title {
  margin: 0 0 8px;
  font-size: 16px;
  color: #101828;
}

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

.belivo-free-slots-mobile-slot {
  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;
}
