/* Poprawka widoczności tytułów wydarzeń w widoku month FullCalendar */
.fc-event, .fc-day-grid-event {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 0.95em;
  padding: 4px 6px;
  line-height: 1.3;
  min-height: 1.7em;
}
.fc-event .fc-title {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
}
.fc-ltr .fc-day-grid-event .fc-content {
  text-align: left;
}
.fc-event {
  cursor: pointer;
}
.fc-title {
  height: auto !important;
  max-width: none !important;
  width: 100% !important;
  overflow: visible !important;
  display: block !important;
  font-size: 1em !important;
  white-space: normal !important;
  line-height: 1.3 !important;
}
a.fc-day-grid-event {
  width: auto !important;
  padding: 4px 6px !important;
  border-radius: 3px !important;
  margin-bottom: 7px;
  background: inherit;
}
a.fc-day-grid-event .fc-content {
  margin-left: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  color: #494949;
}
