/* Guest calendars share a single compact desktop width. This static asset is
   deliberately versioned beside the htmx booking assets, so production does
   not depend on an asset build. */
.calendar-months,
.calendar-nav {
  width: min(100%, 36rem);
}

.calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.calendar-months {
  display: block;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
