/* cleanom 1.8.7 – Buchungskalender, Buchungsheader und natürliche Vortitel */
.job-workflow-summary small,
.booking-confirm-kicker,
.public-quote-card .eyebrow {
  letter-spacing: 0;
  text-transform: none;
}

.job-workflow-summary small {
  font-size: 10px;
}

.booking-brand {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  min-width: 0;
}

.booking-brand img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: 150px;
  height: 42px;
  object-fit: contain;
}

.booking-brand span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.booking-brand strong {
  overflow: hidden;
  color: var(--booking-text, #26313d);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-brand small {
  margin-top: 3px;
  font-size: 9.5px;
  line-height: 1.2;
}

.public-calendar {
  position: relative;
}

.public-calendar.loading .public-calendar-days {
  opacity: .58;
}

.public-calendar-days > button.available:not(.active) {
  color: #344657;
  background: #f7faf8;
}

.public-calendar-days > button.unavailable {
  color: #b9c0c7;
  background: #f5f6f7;
  opacity: .68;
}

.public-calendar-loading {
  margin-top: 10px;
  color: #6f7d8a;
  font-size: 10px;
  text-align: center;
}

@media (max-width: 560px) {
  .booking-header {
    gap: 10px;
    min-height: 68px;
    padding: 10px 12px;
  }

  .booking-brand {
    flex: 1 1 auto;
    gap: 9px;
    overflow: hidden;
  }

  .booking-brand img {
    max-width: 96px;
    height: 34px;
  }

  .booking-brand > div {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }

  .booking-brand strong {
    font-size: 16px;
  }

  .booking-brand small {
    font-size: 9px;
  }
}
