.booking-panel { max-width: 1200px; }
#easybooking-widget { min-height: 650px; margin-block: 2rem; }
#ebFrontEndFrame, #ebOffer { width: 100%; min-height: 650px; background: #fff; }
.easybooking-frame { display: block; width: 100%; min-height: 650px; height: 1000px; border: 0; background: #fff; }
#booking-status { padding: 1rem; background: #f5f3ef; border-radius: .5rem; }
#ebOffer .personalData {
  margin-block: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cdded8;
  border-radius: 1rem;
  background: #fff;
}
#ebOffer .terms > .eb-form-item {
  margin-block: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cdded8;
  border-radius: 1rem;
  background: #fff;
}
#ebOffer .category .carousel__item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
#ebOffer .category .carousel__item__add {
  position: static;
  width: 24px;
  height: 24px;
  min-height: 24px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #76b56b;
  border-radius: .25rem;
  color: transparent;
}
#ebOffer .category .carousel__item__add::after {
  content: '';
  width: 6px;
  height: 11px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: translateY(-1px) rotate(45deg);
}
#ebOffer .category .carousel__item.is-active .carousel__item__add {
  background: #5c8d59;
  border-color: #5c8d59;
}
#ebOffer .category .carousel__item.is-active .carousel__item__add::after {
  border-color: #fff;
}
#ebOffer .category .swiper-button-prev::after,
#ebOffer .category .swiper-button-next::after {
  color: #376438;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
}
#ebOffer .category .swiper-button-prev::after { content: '←'; }
#ebOffer .category .swiper-button-next::after { content: '→'; }
@media (max-width: 600px) { .booking-panel { padding-inline: 12px; } }

/* Used only by the retained iframe rollback implementation. */
[data-easybooking="anfragen"] .easybooking-frame { height: 1250px; }
@media (max-width: 600px) {
  .easybooking-frame { height: 1250px; }
  [data-easybooking="anfragen"] .easybooking-frame { height: 1550px; }
}
