#book-calendar .fc-day-grid-event,
#book-calendar .fc-day-grid-event .fc-event {
  overflow: hidden !important;
  height: auto !important;
}

#book-calendar .fc-day-grid-event .fc-content {
  display: block;
  padding: 2px 4px;
  line-height: 1.35;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
}

#book-calendar .fc-day-grid-event.fc-event-two-lines {
  margin-bottom: 1px;
}

#book-calendar .fc-day-grid-event .fc-event-row-main {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  min-height: 1.35em;
}

#book-calendar .fc-day-grid-event .fc-event-row-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 2px;
  min-height: 1.35em;
}

#book-calendar .fc-day-grid-event .fc-time {
  flex: 0 0 auto;
  float: none !important;
}

#book-calendar .fc-day-grid-event .fc-title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: none !important;
}

#book-calendar .fc-day-grid-event .fc-event-count {
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
  opacity: 0.95;
}

#book-calendar .fc-day-grid-event .fc-event-count .fa {
  margin-right: 2px;
}

#book-calendar .fc-day-grid-event .fc-event-user-badge {
  display: inline-block;
  background: #28a745;
  color: #fff;
  text-transform: uppercase;
  padding: 1px 5px;
  font-size: 0.92em;
  line-height: 1.35;
  vertical-align: middle;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#book-calendar .fc-day-grid-event.fc-event-two-lines .fc-event-row-sub .fc-event-count {
  margin-left: auto;
}
