.property-booking-wrap {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(54, 81, 64, 0.12);
  scroll-margin-top: 100px;
}

.property-booking-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #365140;
  margin-bottom: 0.5rem;
}

.property-booking-hint {
  color: #555;
  font-size: 15px;
  margin-bottom: 1rem;
  max-width: 52rem;
}

.property-calendar-frame {
  width: 100%;
  min-height: 720px;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(54, 81, 64, 0.15);
  border-radius: 12px;
}

.property-calendar {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.property-booking-fallback {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.property-booking-fallback a {
  color: #365140;
  font-weight: 600;
  text-decoration: underline;
}

.property-booking-wrap--info {
  border-top: 1px solid rgba(54, 81, 64, 0.12);
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.property-booking-hint--no-calendar {
  max-width: 52rem;
  margin-bottom: 1rem;
}

/* Bathroom / non-bookable property: show full amenity list on page */
.place_offers--inline {
  display: block;
  height: auto;
  overflow: visible;
  margin-top: 0;
}

.place_offers--inline .offers_item--inline {
  margin: 0 0 8px;
  max-width: 640px;
}

.place_offers--inline .offers_item--inline h5 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #365140;
  margin: 0 0 4px;
}

.place_offers--inline .offers_item--inline ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.place_offers--inline .offers_item--inline ul li {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  border-bottom: none;
  padding: 10px 0;
}

.place_offers--inline .offers_item--inline ul li img {
  width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .property-calendar {
    min-height: 640px;
  }
}

.admin-property-calendar {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
